[PATCH v8 0/6] Finally fix watermarks

Lyude cpaul at redhat.com
Sat Aug 6 00:07:06 UTC 2016


Latest version of https://patchwork.freedesktop.org/series/10276/

All patches are being resent to keep them in one place. Most of the changes are
very minor, with the exception of patch 6.

The patches that actually changed:
 - drm/i915/skl: Add support for the SAGV, fix underrun hangs
 - drm/i915/skl: Update plane watermarks atomically during plane updates
 - drm/i915/skl: Update DDB values atomically with wms/plane attrs

Lyude (5):
  drm/i915/skl: Add support for the SAGV, fix underrun hangs
  drm/i915/skl: Update plane watermarks atomically during plane updates
  drm/i915/skl: Ensure pipes with changed wms get added to the state
  drm/i915: Move CRTC updating in atomic_commit into it's own hook
  drm/i915/skl: Update DDB values atomically with wms/plane attrs

Matt Roper (1):
  drm/i915/gen9: Only copy WM results for changed pipes to skl_hw

 drivers/gpu/drm/i915/i915_drv.h      |   4 +
 drivers/gpu/drm/i915/i915_reg.h      |   4 +
 drivers/gpu/drm/i915/intel_display.c | 197 +++++++++++++++----
 drivers/gpu/drm/i915/intel_drv.h     |  14 ++
 drivers/gpu/drm/i915/intel_pm.c      | 369 ++++++++++++++++++++---------------
 drivers/gpu/drm/i915/intel_sprite.c  |   6 +
 6 files changed, 401 insertions(+), 193 deletions(-)

-- 
2.7.4



More information about the dri-devel mailing list