Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] drm/xe: drm/xe: Separate out GuC RC code
@ 2025-12-18  1:53 Vinay Belgaumkar
  2025-12-18  1:53 ` [PATCH v3 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc Vinay Belgaumkar
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Vinay Belgaumkar @ 2025-12-18  1:53 UTC (permalink / raw)
  To: intel-xe; +Cc: Vinay Belgaumkar

This allows us to independently toggle GuC RC feature.

v2: Address review comments (Michal W)
v3: Add info about guc_rc, guc_pc and gtidle interaction (Michal W)

Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  drm/xe: Decouple GuC RC code from xe_guc_pc
  drm/xe: Add a wrapper for set/unset params

 drivers/gpu/drm/xe/Makefile    |   1 +
 drivers/gpu/drm/xe/xe_guc.c    |   5 +
 drivers/gpu/drm/xe/xe_guc_pc.c | 110 ++++++----------------
 drivers/gpu/drm/xe/xe_guc_pc.h |   3 +-
 drivers/gpu/drm/xe/xe_guc_rc.c | 164 +++++++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_guc_rc.h |  23 +++++
 drivers/gpu/drm/xe/xe_oa.c     |   9 +-
 drivers/gpu/drm/xe/xe_uc.c     |   8 +-
 8 files changed, 236 insertions(+), 87 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_guc_rc.c
 create mode 100644 drivers/gpu/drm/xe/xe_guc_rc.h

-- 
2.38.1


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

end of thread, other threads:[~2025-12-23  8:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18  1:53 [PATCH v3 0/2] drm/xe: drm/xe: Separate out GuC RC code Vinay Belgaumkar
2025-12-18  1:53 ` [PATCH v3 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc Vinay Belgaumkar
2025-12-18 21:04   ` Michal Wajdeczko
2025-12-23  8:44     ` Belgaumkar, Vinay
2025-12-18  1:53 ` [PATCH v3 2/2] drm/xe: Add a wrapper for set/unset params Vinay Belgaumkar
2025-12-18  2:02 ` ✗ CI.checkpatch: warning for drm/xe: drm/xe: Separate out GuC RC code (rev2) Patchwork
2025-12-18  2:03 ` ✓ CI.KUnit: success " Patchwork
2025-12-18  2:37 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-19  0:54 ` ✗ 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