[Intel-gfx] [PATCH v2 00/10] drm/i915: Plane assert/readout cleanups etc.

Ville Syrjala ville.syrjala at linux.intel.com
Fri Oct 13 13:58:29 UTC 2017


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Respin of the plane readout/sanitation series. I tried to address all of
Daniel's review comments, and tossed in the requested plane state
verification patch on top. Also dropped the primary plane windowing patch
for now.

Entire series available here:
git://github.com/vsyrjala/linux.git plane_sanitation_3

Cc: Thierry Reding <thierry.reding at gmail.com>
Cc: Alex Villacís Lasso <alexvillacislasso at hotmail.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>

Ville Syrjälä (10):
  drm/i915: Add .get_hw_state() method for planes
  drm/i915: Redo plane sanitation during readout
  drm/i915: s/enum plane/enum i9xx_plane_id/
  drm/i915: Use enum i9xx_plane_id for the .get_fifo_size() hooks
  drm/i915: Cleanup enum pipe/enum plane_id/enum i9xx_plane_id in
    initial fb readout
  drm/i915: Nuke ironlake_get_initial_plane_config()
  drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()
  drm/i915: Nuke crtc->plane
  drm/i915: Use plane->get_hw_state() for initial plane fb readout
  drm/i915: Add rudimentary plane state verification

 drivers/gpu/drm/i915/i915_drv.h      |  16 +-
 drivers/gpu/drm/i915/intel_display.c | 489 +++++++++++++++--------------------
 drivers/gpu/drm/i915/intel_drv.h     |   8 +-
 drivers/gpu/drm/i915/intel_fbc.c     |  27 +-
 drivers/gpu/drm/i915/intel_pm.c      |  36 +--
 drivers/gpu/drm/i915/intel_sprite.c  |  43 +++
 6 files changed, 299 insertions(+), 320 deletions(-)

-- 
2.13.6



More information about the Intel-gfx mailing list