Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable GuC opt-in features
@ 2025-02-27  1:05 Daniele Ceraolo Spurio
  2025-02-27  1:05 ` [PATCH 1/3] drm/xe/guc: move KLV helpers to common file Daniele Ceraolo Spurio
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Daniele Ceraolo Spurio @ 2025-02-27  1:05 UTC (permalink / raw)
  To: intel-xe
  Cc: Daniele Ceraolo Spurio, John Harrison, Julia Filipchuk,
	Michal Wajdeczko, Lukasz Laguna

The GuC supports a H2G to opt-in to extra features on a per-VF basis.
We're interested in 2 of those features:

1 - Extended CAT error info (extra debug info)
2 - Dynamic ICS (optimization)

More details on what those do in the respective patches.

This series adds code to conditionally enable those features in both
native/PF and VF. Note however that 2 other requirements need to be
satisfied for them to fully take effect:
1 - for the VF enablement to actually work we need another series to
correnctly set the GuC compatibility version [1], but these patches can
be merged in parallel as there is no direct dependency in code.
2 - Dynamic ICS needs GuC 70.40.1 or newer, but the bump to 70.40.2
(from 70.36) is currently in flight [2].

[1] https://patchwork.freedesktop.org/series/145406/
[2] https://patchwork.freedesktop.org/series/145528/
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>

Daniele Ceraolo Spurio (3):
  drm/xe/guc: move KLV helpers to common file
  drm/xe/guc: Enable extended CAT error reporting
  drm/xe/guc: Enable the Dynamic Inhibit Context Switch optimization

 drivers/gpu/drm/xe/abi/guc_actions_abi.h |  4 +
 drivers/gpu/drm/xe/abi/guc_klvs_abi.h    | 28 +++++++
 drivers/gpu/drm/xe/xe_guc.c              | 94 ++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_guc.h              |  1 +
 drivers/gpu/drm/xe/xe_guc_ads.c          | 89 +++++-----------------
 drivers/gpu/drm/xe/xe_guc_klv_helpers.c  | 62 ++++++++++++++++
 drivers/gpu/drm/xe/xe_guc_klv_helpers.h  |  7 ++
 drivers/gpu/drm/xe/xe_guc_submit.c       | 16 +++-
 drivers/gpu/drm/xe/xe_guc_types.h        |  3 +
 drivers/gpu/drm/xe/xe_uc.c               |  4 +
 10 files changed, 236 insertions(+), 72 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-03-06 21:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27  1:05 [PATCH 0/3] Enable GuC opt-in features Daniele Ceraolo Spurio
2025-02-27  1:05 ` [PATCH 1/3] drm/xe/guc: move KLV helpers to common file Daniele Ceraolo Spurio
2025-02-27 23:29   ` Michal Wajdeczko
2025-02-27 23:59     ` Daniele Ceraolo Spurio
2025-02-28 21:47       ` Michal Wajdeczko
2025-02-28 22:21         ` Daniele Ceraolo Spurio
2025-03-01  1:55           ` John Harrison
2025-03-06 21:44             ` Michal Wajdeczko
2025-02-27  1:05 ` [PATCH 2/3] drm/xe/guc: Enable extended CAT error reporting Daniele Ceraolo Spurio
2025-02-27  9:18   ` Nirmoy Das
2025-03-01  1:56   ` John Harrison
2025-02-27  1:05 ` [PATCH 3/3] drm/xe/guc: Enable the Dynamic Inhibit Context Switch optimization Daniele Ceraolo Spurio
2025-02-27  1:15 ` ✗ CI.Patch_applied: failure for Enable GuC opt-in features Patchwork

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