mbox series

[0/6] drm/i915: Sanitize MBUS joining

Message ID 20241031155646.15165-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Sanitize MBUS joining | expand

Message

Ville Syrjälä Oct. 31, 2024, 3:56 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Sanitize MBUS joining in case the BIOS enabled it with
not active pipes, or we disabled the only active pipe
eg. due to intel_crtc_needs_link_reset().

Ville Syrjälä (6):
  drm/i915: Relocate the SKL wm sanitation code
  drm/i915: Extract pipe_mbus_dbox_ctl()
  drm/i915: Extract pipe_mbus_dbox_ctl_update()
  drm/i915: Extract mbus_ctl_join_update()
  drm/i915: Sanitize MBUS joining
  drm/i915: Simplify xelpdp_is_only_pipe_per_dbuf_bank()

 drivers/gpu/drm/i915/display/skl_watermark.c | 561 ++++++++++---------
 1 file changed, 303 insertions(+), 258 deletions(-)