aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-intel into drm-nextDave 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
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie1-1/+1
2015-02-26drm: atmel-hlcdc: remove clock polarity from crtc driverNicolas Ferre1-1/+1
2015-02-24drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC suspend/resumeSylvain Rochet1-0/+3
2015-02-22drm: atmel-hlcdc: add discard area supportBoris Brezillon1-1/+1
2015-02-22drm: atmel-hlcdc: Atomic mode-setting conversionBoris Brezillon1-177/+114
2015-01-21drm: add Atmel HLCDC Display Controller supportBoris Brezillon1-0/+406