aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-0/+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-21drm/arm: hdlcd: remove unused variablesArnd Bergmann1-1/+1
2017-06-21drm/arm: hdlcd: Use CMA helper for plane buffer address calculationLiviu Dudau1-8/+1
2017-05-20Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie1-16/+31
2017-03-27drm: hdlcd: Fix the calculation of the scanout start addressLiviu Dudau1-16/+31
2017-02-07drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+20
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-12-14drm/arm: Add local 'fb' variablesVille Syrjälä1-8/+10
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-3/+2
2016-11-22drm/arm: hdlcd: fix plane base address updateRussell King1-3/+2
2016-10-18drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-3/+2
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-19/+0
2016-06-02drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau1-16/+29
2016-06-02drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter1-10/+8
2016-06-02drm: hdlcd: Revamp runtime power managementLiviu Dudau1-12/+11
2016-06-02drm/hdlcd: Clean up crtc hooksDaniel Vetter1-19/+0
2016-02-10drm: Add support for ARM's HDLCD controller.Liviu Dudau1-0/+327