summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_plane_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter1-5/+11
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter1-0/+2
2014-12-11drm/plane-helper: Test for plane disable earlierMatt Roper1-5/+11
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding1-1/+1
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-1/+197
2014-11-06drm/atomic: Refcounting for plane_state->fbDaniel Vetter1-7/+7
2014-11-06drm: Docbook integration and over sections for all the new helpersDaniel Vetter1-0/+26
2014-11-05drm/crtc-helper: Transitional functions using atomic plane helpersDaniel Vetter1-5/+5
2014-11-05drm/plane-helper: transitional atomic plane helpersDaniel Vetter1-1/+171
2014-11-04drm: make sure visible is set to false if fb is nullGustavo Padovan1-0/+5
2014-07-18drm/plane-helper: Use proper plane init functionMatt Roper1-3/+4
2014-06-05drm/plane-helper: Add drm_plane_helper_check_update() (v3)Matt Roper1-30/+95
2014-06-05drm: Check CRTC compatibility in setplaneMatt Roper1-6/+0
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-1/+1
2014-06-04Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-...Dave Airlie1-3/+4
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter1-0/+7
2014-06-02drm/plane: Fix a couple of checkpatch warningsThierry Reding1-3/+3
2014-06-02drm/plane: Fix sparse warningsThierry Reding1-0/+1
2014-04-23drm: Simplify fb refcounting rules around ->update_planeDaniel Vetter1-9/+1
2014-04-22drm/plane_helper: don't disable plane in destroy functionDaniel Vetter1-1/+0
2014-04-22drm/plane-helper: Fix primary plane scaling checkMatt Roper1-0/+2
2014-04-18drm/plane-helper: Don't fake-implement primary plane disablingDaniel Vetter1-28/+5
2014-04-01drm: Add drm_crtc_init_with_planes() (v2)Matt Roper1-0/+21
2014-04-01drm: Add primary plane helpers (v3)Matt Roper1-0/+312