All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support/debug for slow GuC loads
@ 2024-02-06 20:11 John.C.Harrison
  2024-02-06 20:11 ` [PATCH 1/2] drm/xe: Make read_perf_limit_reasons globally accessible John.C.Harrison
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: John.C.Harrison @ 2024-02-06 20:11 UTC (permalink / raw)
  To: Intel-Xe; +Cc: John Harrison

From: John Harrison <John.C.Harrison@Intel.com>

Sometimes the GuC load is slower that it should be. For end users,
that usually means some kind of thermal throttling issue. Internally,
there can be any number of bugs that cause it. So don't completely
fail to load, just cope with it and report the problem.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (2):
  drm/xe: Make read_perf_limit_reasons globally accessible
  drm/xe/guc: Port over the slow GuC loading support from i915

 drivers/gpu/drm/xe/abi/guc_errors_abi.h   |  26 ++-
 drivers/gpu/drm/xe/regs/xe_guc_regs.h     |   2 +
 drivers/gpu/drm/xe/xe_gt_freq.c           |  18 +-
 drivers/gpu/drm/xe/xe_gt_freq.h           |   4 +
 drivers/gpu/drm/xe/xe_gt_throttle_sysfs.c |  31 ++--
 drivers/gpu/drm/xe/xe_guc.c               | 197 +++++++++++++++++-----
 drivers/gpu/drm/xe/xe_macros.h            |  32 ++++
 7 files changed, 244 insertions(+), 66 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-04-04 19:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 20:11 [PATCH 0/2] Support/debug for slow GuC loads John.C.Harrison
2024-02-06 20:11 ` [PATCH 1/2] drm/xe: Make read_perf_limit_reasons globally accessible John.C.Harrison
2024-02-06 21:26   ` Lucas De Marchi
2024-02-07  1:26     ` John Harrison
2024-02-08  5:53       ` Lucas De Marchi
2024-02-06 20:11 ` [PATCH 2/2] drm/xe/guc: Port over the slow GuC loading support from i915 John.C.Harrison
2024-02-06 21:36   ` Lucas De Marchi
2024-02-07  1:51     ` John Harrison
2024-02-22  6:18       ` Lucas De Marchi
2024-02-22 21:05         ` Rodrigo Vivi
2024-04-04 18:51       ` Lucas De Marchi
2024-04-04 19:06         ` John Harrison
2024-02-06 20:24 ` ✓ CI.Patch_applied: success for Support/debug for slow GuC loads Patchwork
2024-02-06 20:25 ` ✓ CI.checkpatch: " Patchwork
2024-02-06 20:25 ` ✓ CI.KUnit: " Patchwork
2024-02-06 20:33 ` ✓ CI.Build: " Patchwork
2024-02-06 20:33 ` ✓ CI.Hooks: " Patchwork
2024-02-06 20:34 ` ✓ CI.checksparse: " Patchwork
2024-02-06 21:11 ` ✓ CI.BAT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.