Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] drm/i915: sagv/bw cleanup
@ 2025-03-07 18:01 Ville Syrjala
  2025-03-07 18:01 ` [PATCH 01/14] drm/i915: Drop the cached per-pipe min_cdclk[] from bw state Ville Syrjala
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Ville Syrjala @ 2025-03-07 18:01 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

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

Continue improving the code around sagv/bw vs.
watermarks. A lot of the details get better encapsulated
within intel_bw.c and the complicated interactions between
different parts of the code are somewhat reduced.


Ville Syrjälä (14):
  drm/i915: Drop the cached per-pipe min_cdclk[] from bw state
  drm/i915: s/intel_crtc_bw/intel_dbuf_bw/
  drm/i915: Extract intel_dbuf_bw_changed()
  drm/i915: Pass intel_dbuf_bw to skl_*_calc_dbuf_bw() explicitly
  drm/i915: Avoid triggering unwanted cdclk changes due to dbuf
    bandwidth changes
  drm/i915: Do more bw readout
  drm/i915: Flag even inactive crtcs as "inherited"
  drm/i915: Drop force_check_qgv
  drm/i915: Extract intel_bw_modeset_checks()
  drm/i915: Extract intel_bw_check_sagv_mask()
  drm/i915: Make intel_bw_check_sagv_mask() internal to intel_bw.c
  drm/i915: Make intel_bw_modeset_checks() internal to
    intel_bw_atomic_check()
  drm/i915: Skip bw stuff if per-crtc sagv state doesn't change
  drm/i915: Eliminate intel_compute_sagv_mask()

 drivers/gpu/drm/i915/display/intel_bw.c       | 187 ++++++++++++++----
 drivers/gpu/drm/i915/display/intel_bw.h       |   9 +-
 drivers/gpu/drm/i915/display/intel_cdclk.c    |   5 +
 drivers/gpu/drm/i915/display/intel_display.c  |   5 +-
 .../drm/i915/display/intel_modeset_setup.c    |  22 +--
 drivers/gpu/drm/i915/display/skl_watermark.c  | 112 ++++-------
 drivers/gpu/drm/i915/display/skl_watermark.h  |   1 +
 7 files changed, 202 insertions(+), 139 deletions(-)

-- 
2.45.3


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2025-03-08 23:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 18:01 [PATCH 00/14] drm/i915: sagv/bw cleanup Ville Syrjala
2025-03-07 18:01 ` [PATCH 01/14] drm/i915: Drop the cached per-pipe min_cdclk[] from bw state Ville Syrjala
2025-03-07 18:01 ` [PATCH 02/14] drm/i915: s/intel_crtc_bw/intel_dbuf_bw/ Ville Syrjala
2025-03-07 18:01 ` [PATCH 03/14] drm/i915: Extract intel_dbuf_bw_changed() Ville Syrjala
2025-03-07 18:01 ` [PATCH 04/14] drm/i915: Pass intel_dbuf_bw to skl_*_calc_dbuf_bw() explicitly Ville Syrjala
2025-03-07 18:01 ` [PATCH 05/14] drm/i915: Avoid triggering unwanted cdclk changes due to dbuf bandwidth changes Ville Syrjala
2025-03-07 18:01 ` [PATCH 06/14] drm/i915: Do more bw readout Ville Syrjala
2025-03-07 18:01 ` [PATCH 07/14] drm/i915: Flag even inactive crtcs as "inherited" Ville Syrjala
2025-03-07 18:01 ` [PATCH 08/14] drm/i915: Drop force_check_qgv Ville Syrjala
2025-03-07 18:01 ` [PATCH 09/14] drm/i915: Extract intel_bw_modeset_checks() Ville Syrjala
2025-03-07 18:01 ` [PATCH 10/14] drm/i915: Extract intel_bw_check_sagv_mask() Ville Syrjala
2025-03-07 18:01 ` [PATCH 11/14] drm/i915: Make intel_bw_check_sagv_mask() internal to intel_bw.c Ville Syrjala
2025-03-07 18:01 ` [PATCH 12/14] drm/i915: Make intel_bw_modeset_checks() internal to intel_bw_atomic_check() Ville Syrjala
2025-03-07 18:01 ` [PATCH 13/14] drm/i915: Skip bw stuff if per-crtc sagv state doesn't change Ville Syrjala
2025-03-07 18:01 ` [PATCH 14/14] drm/i915: Eliminate intel_compute_sagv_mask() Ville Syrjala
2025-03-07 19:11 ` ✓ CI.Patch_applied: success for drm/i915: sagv/bw cleanup Patchwork
2025-03-07 19:12 ` ✗ CI.checkpatch: warning " Patchwork
2025-03-07 19:13 ` ✓ CI.KUnit: success " Patchwork
2025-03-07 19:29 ` ✓ CI.Build: " Patchwork
2025-03-07 19:32 ` ✓ CI.Hooks: " Patchwork
2025-03-07 19:33 ` ✗ CI.checksparse: warning " Patchwork
2025-03-07 19:56 ` ✓ Xe.CI.BAT: success " Patchwork
2025-03-08 23:24 ` ✗ Xe.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox