summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/arm: drop use of drmP.hSam Ravnborg2019-08-141-5/+7
* drm/arm/hdlcd: Allow a bit of clock toleranceRobin Murphy2019-06-041-1/+2
* drm/arm/hdlcd: Actually validate CRTC modesRobin Murphy2019-06-041-6/+5
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-2/+2
* drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau2018-07-311-12/+11
* drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2018-07-311-7/+1
* drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()Laurent Pinchart2018-07-311-3/+1
* drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1
* drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+3
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-4/+4
|\
| * drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-4/+4
| * drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-1/+1
* | drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single s...Vitor Massaru Iha2017-11-271-2/+1
|/
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+1
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm/arm: hdlcd: remove unused variablesArnd Bergmann2017-06-211-1/+1
* drm/arm: hdlcd: Use CMA helper for plane buffer address calculationLiviu Dudau2017-06-211-8/+1
* Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie2017-05-201-16/+31
|\
| * drm: hdlcd: Fix the calculation of the scanout start addressLiviu Dudau2017-03-271-16/+31
* | drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-071-0/+20
|/
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* drm/arm: Add local 'fb' variablesVille Syrjälä2016-12-141-8/+10
* Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-3/+2
|\
| * drm/arm: hdlcd: fix plane base address updateRussell King2016-11-221-3/+2
* | drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-181-3/+2
|/
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-19/+0
|\
| * drm/hdlcd: Clean up crtc hooksDaniel Vetter2016-06-021-19/+0
* | drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau2016-06-021-16/+29
* | drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter2016-06-021-10/+8
* | drm: hdlcd: Revamp runtime power managementLiviu Dudau2016-06-021-12/+11
|/
* drm: Add support for ARM's HDLCD controller.Liviu Dudau2016-02-101-0/+327