aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_plane_helper.c
AgeCommit message (Expand)Author
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