summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä1-0/+1
2021-06-19drm: atmel_hlcdc: Enable the crtc vblank prior to crtc usage.Dan Sneddon1-7/+10
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-12drm/atmel-hlcdc/atmel_hlcdc_crtc: Apply correct formatting to struct docsLee Jones1-3/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-1/+2
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter1-5/+2
2020-01-06drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin1-2/+2
2020-01-06drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea1-1/+7
2020-01-06drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea1-3/+3
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+9
2019-07-15drm/atmel_hlcdc: drop use of drmP.hSam Ravnborg1-4/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-04drm: atmel-hlcdc: avoid initializing cfg with zeroClaudiu Beznea1-4/+2
2019-06-04drm: atmel-hlcdc: add config option for clock selectionClaudiu Beznea1-5/+7
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-10-05drm/atmel: Drop transitional hooksDaniel Vetter1-2/+0
2018-08-27drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin1-20/+50
2018-08-27drm/atmel-hlcdc: allow selecting a higher pixel-clock than requestedPeter Rosin1-0/+12
2018-08-27drm/atmel-hlcdc: prefer a higher rate clock as pixel-clock basePeter Rosin1-7/+11
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-1/+0
2017-07-13drm/atmel-hlcdec: Use for_each_new_connector_in_stateMaarten Lankhorst1-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-22drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin1-0/+5
2017-06-22drm: atmel-hlcdc: add missing .set_property helper to the crtcPeter Rosin1-0/+1
2017-06-02drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu1-5/+5
2017-03-16drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon1-33/+0
2017-02-28drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon1-9/+30
2017-02-07drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+21
2016-09-06drm/atmel-hlcdc: Make ->reset() implementation staticThierry Reding1-1/+1
2016-07-12drm/atmel: use drm_crtc_handle_vblank()Gustavo Padovan1-1/+1
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+2
2016-06-06drm/atmel: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-1/+1
2016-06-06drm/atmel: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-01drm: atmel-hlcdc: fix a NULL checkDan Carpenter1-2/+3
2016-06-01drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementationBoris Brezillon1-3/+2
2016-05-17drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter1-1/+1
2016-04-14drm: atmel-hlcdc: route DMA accesses through AHB interfacesBoris Brezillon1-1/+5
2016-04-14drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()Boris Brezillon1-4/+10
2016-04-14drm: atmel-hlcdc: move output mode selection in CRTC implementationBoris Brezillon1-4/+136
2016-03-04drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-02-08drm/atmel: Nuke precloseDaniel Vetter1-18/+0
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie1-0/+1
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst1-2/+4
2015-07-20drm: atmel-hlcdc: fix vblank initial stateBoris Brezillon1-0/+1
2015-03-16drm: atmel-hlcdc: use appropriate enabled flag in suspend/resumeSylvain Rochet1-0/+21