public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] drm/xe: drm/xe: Separate out GuC RC code
@ 2026-01-13 22:07 Vinay Belgaumkar
  2026-01-13 22:08 ` [PATCH v5 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 @ 2026-01-13 22:07 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)
v4: Address remaining comments from v3 (Michal W)
v5: Remove rc_start/rc_init and just use enable/disable (Riana)

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_gt.c     |   1 -
 drivers/gpu/drm/xe/xe_guc.c    |   2 +
 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 | 140 +++++++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_guc_rc.h |  17 ++++
 drivers/gpu/drm/xe/xe_oa.c     |   9 +--
 drivers/gpu/drm/xe/xe_uc.c     |  10 +--
 drivers/gpu/drm/xe/xe_uc.h     |   1 -
 10 files changed, 203 insertions(+), 91 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:[~2026-01-22 23:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 22:07 [PATCH v5 0/2] drm/xe: drm/xe: Separate out GuC RC code Vinay Belgaumkar
2026-01-13 22:08 ` [PATCH v5 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc Vinay Belgaumkar
2026-01-22  8:15   ` Riana Tauro
2026-01-22 23:22     ` Belgaumkar, Vinay
2026-01-13 22:08 ` [PATCH v5 2/2] drm/xe: Add a wrapper for set/unset params Vinay Belgaumkar
2026-01-13 22:17 ` ✗ CI.checkpatch: warning for drm/xe: drm/xe: Separate out GuC RC code (rev4) Patchwork
2026-01-13 22:18 ` ✓ CI.KUnit: success " Patchwork
2026-01-13 22:52 ` ✓ Xe.CI.BAT: " Patchwork
2026-01-14  7:31 ` ✗ 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