Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>,
	Riana Tauro <riana.tauro@intel.com>,
	Michal Wajdeczko <michal.wajdeczko@intel.com>
Subject: [PATCH v7 0/2] drm/xe: Separate out GuC RC code
Date: Tue, 27 Jan 2026 18:23:18 -0800	[thread overview]
Message-ID: <20260128022320.1054591-1-vinay.belgaumkar@intel.com> (raw)

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


             reply	other threads:[~2026-01-28  2:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-28  2:23 Vinay Belgaumkar [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260128022320.1054591-1-vinay.belgaumkar@intel.com \
    --to=vinay.belgaumkar@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=michal.wajdeczko@intel.com \
    --cc=riana.tauro@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox