Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] drm/xe: Separate out GuC RC code
@ 2026-01-23 23:50 Vinay Belgaumkar
  2026-01-23 23:50 ` [PATCH v6 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-23 23:50 UTC (permalink / raw)
  To: intel-xe; +Cc: Vinay Belgaumkar, Riana Tauro

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

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)

Cc: Riana Tauro <riana.tauro@intel.com>
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

 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          |   2 +
 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       | 144 +++++++++++++++++++++++++++
 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 -
 11 files changed, 218 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
* [PATCH v6 0/2] drm/xe: Separate out GuC RC code
@ 2026-01-22 23:20 Vinay Belgaumkar
  2026-01-22 23:20 ` [PATCH v6 2/2] drm/xe: Add a wrapper for set/unset params Vinay Belgaumkar
  0 siblings, 1 reply; 11+ messages in thread
From: Vinay Belgaumkar @ 2026-01-22 23:20 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: Review comments (Riana)
v6: Some more review comments (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

 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          |   2 +
 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       | 144 +++++++++++++++++++++++++++
 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 -
 11 files changed, 218 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-01-28  0:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 23:50 [PATCH v6 0/2] drm/xe: Separate out GuC RC code Vinay Belgaumkar
2026-01-23 23:50 ` [PATCH v6 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc Vinay Belgaumkar
2026-01-27 23:18   ` Michal Wajdeczko
2026-01-23 23:50 ` [PATCH v6 2/2] drm/xe: Add a wrapper for set/unset params Vinay Belgaumkar
2026-01-27  3:15   ` Riana Tauro
2026-01-27 23:32   ` Michal Wajdeczko
2026-01-28  0:13     ` Belgaumkar, Vinay
2026-01-24  0:20 ` ✗ CI.checkpatch: warning for drm/xe: Separate out GuC RC code (rev3) Patchwork
2026-01-24  0:21 ` ✓ CI.KUnit: success " Patchwork
2026-01-24  8:22 ` ✗ Xe.CI.Full: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2026-01-22 23:20 [PATCH v6 0/2] drm/xe: Separate out GuC RC code Vinay Belgaumkar
2026-01-22 23:20 ` [PATCH v6 2/2] drm/xe: Add a wrapper for set/unset params Vinay Belgaumkar

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