aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_plane_helper.c
AgeCommit message (Expand)Author
2016-06-17drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä
2016-06-02drm/doc: Appease sphinxDaniel Vetter
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-12-08drm: Reorganize helper vtables and their docsDaniel Vetter
2015-11-24drm: Print the src/dst/clip rectangles in error in drm_plane_helperVille Syrjälä
2015-09-08drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter
2015-07-03drm: reset empty state in transitional helpersDaniel Vetter
2015-05-22drm/plane-helper: Adapt cursor hack to transitional helpersDaniel Vetter
2015-04-07drm/drm: constify all struct drm_*_helper funcs pointersJani Nikula
2015-03-11drm/plane-helper: Fixup mismergeDaniel Vetter
2015-03-10drm: Check in setcrtc if the primary plane supports the fb pixel formatLaurent Pinchart
2015-03-10drm/plane-helper: unexport drm_primary_helper_create_planeDaniel Vetter
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin
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