summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_plane_helper.c
AgeCommit message (Expand)Author
2015-06-06drm/plane-helper: Adapt cursor hack to transitional helpersDaniel Vetter
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm...Dave Airlie
2015-01-27drm/plane: Add optional ->atomic_disable() callbackThierry Reding
2015-01-26drm/plane-helper: Fix transitional helper kerneldocsMatt Roper
2015-01-26drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfbMatt Roper
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter
2014-12-11drm/plane-helper: Test for plane disable earlierMatt Roper
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter
2014-11-06drm/atomic: Refcounting for plane_state->fbDaniel Vetter
2014-11-06drm: Docbook integration and over sections for all the new helpersDaniel Vetter
2014-11-05drm/crtc-helper: Transitional functions using atomic plane helpersDaniel Vetter
2014-11-05drm/plane-helper: transitional atomic plane helpersDaniel Vetter
2014-11-04drm: make sure visible is set to false if fb is nullGustavo Padovan
2014-07-18drm/plane-helper: Use proper plane init functionMatt Roper
2014-06-05drm/plane-helper: Add drm_plane_helper_check_update() (v3)Matt Roper
2014-06-05drm: Check CRTC compatibility in setplaneMatt Roper
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark
2014-06-04Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter
2014-06-02drm/plane: Fix a couple of checkpatch warningsThierry Reding
2014-06-02drm/plane: Fix sparse warningsThierry Reding
2014-04-23drm: Simplify fb refcounting rules around ->update_planeDaniel Vetter
2014-04-22drm/plane_helper: don't disable plane in destroy functionDaniel Vetter
2014-04-22drm/plane-helper: Fix primary plane scaling checkMatt Roper
2014-04-18drm/plane-helper: Don't fake-implement primary plane disablingDaniel Vetter
2014-04-01drm: Add drm_crtc_init_with_planes() (v2)Matt Roper
2014-04-01drm: Add primary plane helpers (v3)Matt Roper