mbox series

[0/8] drm/i915: Some cleanup near the SKL wm/ddb area

Message ID 20191011200949.7839-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Some cleanup near the SKL wm/ddb area | expand

Message

Ville Syrjälä Oct. 11, 2019, 8:09 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Made the mistake of looking at some skl+ wm/ddb stuff,
and then proceeded to throw out a bunch of useless things.

I stopped when I saw struct skl_ddb_allocation and decided
that maybe that starts to cut a bit too close to the dbuf
slice stuff.

Ville Syrjälä (8):
  drm/i915: Nuke the useless changed param from
    skl_ddb_add_affected_pipes()
  drm/i915: Nuke 'realloc_pipes'
  drm/i915: Make dirty_pipes refer to pipes
  drm/i915: Don't set undefined bits in dirty_pipes
  drm/i915: Streamline skl_commit_modeset_enables()
  drm/i915: Polish WM_LINETIME register stuff
  drm/i915: Move linetime wms into the crtc state
  drm/i915: Nuke skl wm.dirty_pipes bitmask

 drivers/gpu/drm/i915/display/intel_display.c  | 138 ++++++++---
 .../drm/i915/display/intel_display_types.h    |   6 +-
 drivers/gpu/drm/i915/i915_drv.h               |   2 -
 drivers/gpu/drm/i915/i915_reg.h               |  14 +-
 drivers/gpu/drm/i915/intel_pm.c               | 228 +++---------------
 5 files changed, 150 insertions(+), 238 deletions(-)