[Intel-gfx] [PATCH v2 00/13] drm/i915: Program SKL+ watermarks/ddb more carefully
Ville Syrjala
ville.syrjala at linux.intel.com
Wed Nov 14 21:07:16 UTC 2018
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Here's the remainder of the skl+ ddb/wm programming series. I tried to
split up the ugly monster patch into a few chunks, and I tossed in
a few extra nuggets on top. I also tried to improve the commit
messages a bit based on the previous review feedback.
Entire series available here:
git://github.com/vsyrjala/linux.git skl_plane_ddb_wm_update_3
Ville Syrjälä (13):
drm/i915: Reorganize plane register writes to make them more atomic
drm/i915: Move single buffered plane register writes to the end
drm/i915: Introduce crtc_state->update_planes bitmask
drm/i915: Pass the new crtc_state to ->disable_plane()
drm/i915: Fix latency==0 handling for level 0 watermark on skl+
drm/i915: Remove some useless zeroing on skl+ wm calculations
drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm()
drm/i915: Clean up skl+ vs. icl+ watermark computation
drm/i915: Don't pass dev_priv around so much
drm/i915: Move ddb/wm programming into plane update/disable hooks on
skl+
drm/i915: Commit skl+ planes in an order that avoids ddb overlaps
drm/i915: Rename the confusing 'plane_id' to 'color_plane'
drm/i915: Pass the plane to icl_program_input_csc_coeff()
drivers/gpu/drm/i915/i915_debugfs.c | 21 +-
drivers/gpu/drm/i915/i915_drv.h | 3 -
drivers/gpu/drm/i915/intel_atomic.c | 1 +
drivers/gpu/drm/i915/intel_atomic_plane.c | 102 ++++-
drivers/gpu/drm/i915/intel_display.c | 119 +++--
drivers/gpu/drm/i915/intel_display.h | 19 +-
drivers/gpu/drm/i915/intel_drv.h | 22 +-
drivers/gpu/drm/i915/intel_pm.c | 500 ++++++++++------------
drivers/gpu/drm/i915/intel_sprite.c | 148 ++++---
9 files changed, 523 insertions(+), 412 deletions(-)
--
2.18.1
More information about the Intel-gfx
mailing list