[Intel-gfx] [PATCH 00/10] Nuke some legacy state.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Sep 10 07:07:55 PDT 2015


This series reduces the dependency on legacy state, and replaces it
with atomic state where possible.

Maarten Lankhorst (10):
  drm/i915: Use atomic plane state in the primary plane update.
  drm/i915: Use the plane state in intel_crtc_info.
  drm/i915: Use the atomic state in intel_update_primary_planes.
  drm/i915: Use atomic state when changing cursor visibility.
  drm/i915: Remove legacy plane updates for cursor and sprite planes.
  drm/i915: Update legacy primary state outside the commit hook.
  drm/i915: Do not handle a null plane state.
  drm/i915: Use crtc->state for duplication.
  drm/i915: Kill off a user of update_state_fb.
  drm/i915: Only run commit when crtc is active.

 drivers/gpu/drm/i915/i915_debugfs.c       |  8 +--
 drivers/gpu/drm/i915/intel_atomic.c       |  9 +---
 drivers/gpu/drm/i915/intel_atomic_plane.c |  6 +--
 drivers/gpu/drm/i915/intel_display.c      | 82 ++++++++++++++-----------------
 drivers/gpu/drm/i915/intel_sprite.c       |  5 --
 5 files changed, 45 insertions(+), 65 deletions(-)

-- 
2.1.0



More information about the Intel-gfx mailing list