public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] drm/xe: Set GT rp min frequency as 1.2GHz default for BMG/CRI
@ 2026-03-26  6:34 Nareshkumar Gollakoti
  2026-03-26  6:34 ` [PATCH v4 1/1] " Nareshkumar Gollakoti
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Nareshkumar Gollakoti @ 2026-03-26  6:34 UTC (permalink / raw)
  To: intel-xe; +Cc: thomas.hellstrom, stuart.summers, Nareshkumar Gollakoti

Performance degradation occurs in multi-BMG GPU configurations 
during Peer-to-Peer transactions when one of the two GPUs remains idle
with no engine activity.
The root cause has been identified as frequency downscaling:
the idle remote GPU reduces its operating frequency to the minimum 400MHz,
which negatively impacts the bandwidth available for P2P transactions 
initiated by the active local GPU.

To address above problem this patch ensures for the platform BMG/CRI
of graphics(GT0) tile.the default GT rp frquency min set as 1.2GHz
to ensure effetive P2P transaction bandwidth.

Frequency boosting improves performance, but at the expense of
power consumption.Note that this change only impacts active frequency,
so idle power consumption should remain the same.

v2:
- Fix Indentation(Thomas)
- Add comment about power impact(Stuart)

v3:(Thomas/Ankur/Matt Roper)
- Add setting frequency to only GT0(Graphics) Tile of BMG/CRI

v4:(Stuart)
- Move WA check to pc_needs_min_freq_change function

Nareshkumar Gollakoti (1):
  drm/xe: Set GT rp min frequency as 1.2GHz default for BMG/CRI

 drivers/gpu/drm/xe/xe_guc_pc.c | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-31 21:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26  6:34 [PATCH v4 0/1] drm/xe: Set GT rp min frequency as 1.2GHz default for BMG/CRI Nareshkumar Gollakoti
2026-03-26  6:34 ` [PATCH v4 1/1] " Nareshkumar Gollakoti
2026-03-30 18:29   ` Belgaumkar, Vinay
2026-03-26  6:47 ` ✓ CI.KUnit: success for drm/xe: Set GT rp min frequency as 1.2GHz default for BMG/CRI (rev4) Patchwork
2026-03-26  7:30 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-26 18:25 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-31 21:16   ` Matt Roper

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