Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] drm/xe: Separate out GuC RC code
@ 2026-01-28  2:23 Vinay Belgaumkar
  2026-01-28  2:23 ` [PATCH v7 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc Vinay Belgaumkar
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Vinay Belgaumkar @ 2026-01-28  2:23 UTC (permalink / raw)
  To: intel-xe; +Cc: Vinay Belgaumkar, Riana Tauro, Michal Wajdeczko

This allows us to independently toggle GuC RC feature. The previous
review for this series was at-
https://patchwork.freedesktop.org/series/159128/

Cc: Riana Tauro <riana.tauro@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
---
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: Review comments (Riana)
v6: Some more review comments (Riana)
v6: Some nits and other comments (Michal W)
---

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

 Documentation/gpu/xe/xe_firmware.rst |   3 +
 drivers/gpu/drm/xe/Makefile          |   1 +
 drivers/gpu/drm/xe/xe_gt.c           |   1 -
 drivers/gpu/drm/xe/xe_guc.c          |   6 +
 drivers/gpu/drm/xe/xe_guc_pc.c       | 118 +++++++-------------
 drivers/gpu/drm/xe/xe_guc_pc.h       |   6 +-
 drivers/gpu/drm/xe/xe_guc_rc.c       | 159 +++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_guc_rc.h       |  18 +++
 drivers/gpu/drm/xe/xe_oa.c           |   9 +-
 drivers/gpu/drm/xe/xe_uc.c           |  10 +-
 drivers/gpu/drm/xe/xe_uc.h           |   1 -
 11 files changed, 238 insertions(+), 94 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] 11+ messages in thread

end of thread, other threads:[~2026-02-04 22:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-28  2:23 [PATCH v7 0/2] drm/xe: Separate out GuC RC code Vinay Belgaumkar
2026-01-28  2:23 ` [PATCH v7 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc Vinay Belgaumkar
2026-02-02  6:27   ` Riana Tauro
2026-02-03 16:46   ` Michal Wajdeczko
2026-02-04 22:40     ` Belgaumkar, Vinay
2026-01-28  2:23 ` [PATCH v7 2/2] drm/xe: Add a wrapper for SLPC set/unset params Vinay Belgaumkar
2026-02-03 16:47   ` Michal Wajdeczko
2026-02-04  0:22     ` Belgaumkar, Vinay
2026-01-28  2:32 ` ✗ CI.checkpatch: warning for drm/xe: Separate out GuC RC code (rev4) Patchwork
2026-01-28  2:33 ` ✓ CI.KUnit: success " Patchwork
2026-01-28  3:07 ` ✓ Xe.CI.BAT: " Patchwork

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