[Intel-gfx] [PATCH 0/9] i915 display refactoring (v3)
Matt Roper
matthew.d.roper at intel.com
Mon Nov 24 20:52:57 CET 2014
Another iteration of the i915 display refactoring work, with a few additional
patches added to the end which should help simplify the transition to the
atomic plane helpers.
The previous version of this patch series was posted here:
http://lists.freedesktop.org/archives/intel-gfx/2014-November/055794.html
Gustavo Padovan (3):
drm: add helper to get crtc timings (v4)
drm/i915: remove intel_crtc_cursor_set_obj() (v5)
drm/i915: remove intel_pipe_set_base() (v4)
Matt Roper (6):
drm/i915: Introduce intel_prepare_cursor_plane()
drm/i915: Make intel_plane_state subclass drm_plane_state
drm/i915: Consolidate plane 'prepare' functions
drm/i915: Consolidate plane 'cleanup' operations
drm/i915: Consolidate top-level .update_plane() handlers
drm/i915: Make all plane disables use 'update_plane'
drivers/gpu/drm/drm_crtc.c | 32 +-
drivers/gpu/drm/drm_modes.c | 24 +-
drivers/gpu/drm/i915/intel_display.c | 604 ++++++++++++++---------------------
drivers/gpu/drm/i915/intel_drv.h | 18 +-
drivers/gpu/drm/i915/intel_sprite.c | 179 ++---------
include/drm/drm_crtc.h | 2 +
include/drm/drm_modes.h | 3 +
7 files changed, 314 insertions(+), 548 deletions(-)
--
1.8.5.1
More information about the Intel-gfx
mailing list