[Intel-gfx] [PATCH v2 0/6] drm/i915: Use intel_crtc_state everywhere!

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Fri Jun 28 08:55:11 UTC 2019


To prepare for a hw and uapi state split in intel_crtc_state, we need
to start replacing all internal usage of drm_crtc_state with intel_crtc_state.
This makes it easier to convert to split state later, and cleans up the code
slightly.

Maarten Lankhorst (6):
  drm/i915: Pass intel_crtc_state to needs_modeset()
  drm/i915: Convert most of atomic commit to take more intel state
  drm/i915: Convert hw state verifier to take more intel state, v2.
  drm/i915: Use intel_crtc_state in sanitize_watermarks() too
  drm/i915: Pass intel state to plane functions as well
  drm/i915: Use intel state as much as possible in wm code

 .../gpu/drm/i915/display/intel_atomic_plane.c |  56 +-
 .../gpu/drm/i915/display/intel_atomic_plane.h |   5 +-
 drivers/gpu/drm/i915/display/intel_display.c  | 681 ++++++++----------
 drivers/gpu/drm/i915/i915_drv.h               |  18 +-
 drivers/gpu/drm/i915/intel_pm.c               | 413 +++++------
 drivers/gpu/drm/i915/intel_pm.h               |   4 +-
 6 files changed, 566 insertions(+), 611 deletions(-)

-- 
2.20.1



More information about the Intel-gfx mailing list