From: Julia Filipchuk <julia.filipchuk@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: "Julia Filipchuk" <julia.filipchuk@intel.com>,
"Daniele Ceraolo Spurio" <daniele.ceraolospurio@intel.com>,
"John Harrison" <John.C.Harrison@Intel.com>,
"Gustavo Sousa" <gustavo.sousa@intel.com>,
"Matt Roper" <matthew.d.roper@intel.com>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>
Subject: [PATCH v2 6/6] topic/xe-for-CI: Define GuC firmware for NVL-P
Date: Tue, 7 Jul 2026 12:24:42 -0700 [thread overview]
Message-ID: <20260707192547.50535-14-julia.filipchuk@intel.com> (raw)
In-Reply-To: <20260707192547.50535-8-julia.filipchuk@intel.com>
From: John Harrison <John.C.Harrison@Intel.com>
Novalake P has different IP on each GT and requires a different GuC
for each. So add separate graphics and media GT entries or NVL-P.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7235
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patch.msgid.link/20260202-nvl-p-upstreaming-v1-16-653e4ff105dc@intel.com
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patch.msgid.link/20260529193558.185436-14-daniele.ceraolospurio@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patch.msgid.link/20260618222536.3351750-14-julia.filipchuk@intel.com
Acked-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
---
drivers/gpu/drm/xe/xe_uc_fw.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index f7d3af6b57bb..e29878b255ba 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -115,6 +115,8 @@ struct fw_blobs_by_type {
#define XE_GT_TYPE_ANY XE_GT_TYPE_UNINITIALIZED
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
+ fw_def(NOVALAKE_P, GT_TYPE_MAIN, mmp_ver(xe, guc, nvlpg, 70, 70, 0)) \
+ fw_def(NOVALAKE_P, GT_TYPE_MEDIA, mmp_ver(xe, guc, nvlpm, 70, 70, 0)) \
fw_def(CRESCENTISLAND, GT_TYPE_ANY, mmp_ver(xe, guc, cri, 70, 70, 0)) \
fw_def(NOVALAKE_S, GT_TYPE_ANY, major_ver(xe, guc, nvl, 70, 71, 0)) \
fw_def(PANTHERLAKE, GT_TYPE_ANY, major_ver(xe, guc, ptl, 70, 54, 0)) \
--
2.51.0
next prev parent reply other threads:[~2026-07-07 19:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 19:24 [PATCH v2 0/6] drm/xe/nvl/guc: Add NVL GuC firmware definitions Julia Filipchuk
2026-07-07 19:24 ` [PATCH v2 1/6] Revert "topic/xe-for-CI: Define GuC firmware for NVL-P" Julia Filipchuk
2026-07-07 19:24 ` [PATCH v2 2/6] Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI" Julia Filipchuk
2026-07-07 19:24 ` [PATCH v2 3/6] Revert "topic/xe-for-CI: Define GuC firmware for NVL-S" Julia Filipchuk
2026-07-07 19:24 ` [PATCH v2 4/6] drm/xe/guc: Define GuC firmware for NVL-S Julia Filipchuk
2026-07-07 22:03 ` Daniele Ceraolo Spurio
2026-07-07 19:24 ` [PATCH v2 5/6] topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI Julia Filipchuk
2026-07-07 19:24 ` Julia Filipchuk [this message]
2026-07-07 19:32 ` ✗ CI.checkpatch: warning for drm/xe/nvl/guc: Add NVL GuC firmware definitions (rev2) Patchwork
2026-07-07 19:33 ` ✓ CI.KUnit: success " Patchwork
2026-07-07 20:22 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-07 22:57 ` ✓ Xe.CI.FULL: " Patchwork
2026-07-08 23:42 ` ✗ CI.checkpatch: warning for drm/xe/nvl/guc: Add NVL GuC firmware definitions (rev3) Patchwork
2026-07-08 23:45 ` ✓ CI.KUnit: success " Patchwork
2026-07-09 0:36 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-09 5:58 ` ✗ Xe.CI.FULL: failure " 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=20260707192547.50535-14-julia.filipchuk@intel.com \
--to=julia.filipchuk@intel.com \
--cc=John.C.Harrison@Intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=gustavo.sousa@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.d.roper@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=thomas.hellstrom@linux.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;
as well as URLs for NNTP newsgroup(s).