Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: John.C.Harrison@Intel.com
To: Intel-Xe@Lists.FreeDesktop.Org
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>,
	Matt Atwood <matthew.s.atwood@intel.com>,
	Lucas De Marchi <lucas.demarchi@intel.com>
Subject: [PATCH v2 7/7] drm/xe/ptl: Define HuC FW version for PTL
Date: Mon,  3 Mar 2025 11:52:15 -0800	[thread overview]
Message-ID: <20250303195215.1046192-8-John.C.Harrison@Intel.com> (raw)
In-Reply-To: <20250303195215.1046192-1-John.C.Harrison@Intel.com>

From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>

First HuC release for PTL. Note that the HuC team now only releases
GSC-enabled blobs, so we don't need the "_gsc" postfix to identify
the variant anymore. The driver can identify the type of binary at
runtime no matter the name.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241011163612.6558-1-matthew.s.atwood@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 drivers/gpu/drm/xe/xe_uc_fw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index 0cca2c8d6d99..eb77528628f2 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -122,6 +122,7 @@ struct fw_blobs_by_type {
 	fw_def(TIGERLAKE,	major_ver(i915,	guc,	tgl,	70, 29, 2, ""))
 
 #define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver)		\
+	fw_def(PANTHERLAKE,	mmp_ver(xe,	huc,		ptl, 10, 2, 1, ""))	\
 	fw_def(BATTLEMAGE,	no_ver(xe,	huc,		bmg))		\
 	fw_def(LUNARLAKE,	no_ver(xe,	huc,		lnl))		\
 	fw_def(METEORLAKE,	no_ver(i915,	huc_gsc,	mtl))		\
-- 
2.47.0


  parent reply	other threads:[~2025-03-03 19:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 19:52 [PATCH v2 0/7] Support different GuCs per GT John.C.Harrison
2025-03-03 19:52 ` [PATCH v2 1/7] Revert "drm/xe/ptl: Define HuC FW version for PTL" John.C.Harrison
2025-03-03 19:52 ` [PATCH v2 2/7] Revert "drm/xe/ptl: Add GuC firmware definition" John.C.Harrison
2025-03-03 19:52 ` [PATCH v2 3/7] Revert "drm/xe/pvc: " John.C.Harrison
2025-03-03 19:52 ` [PATCH v2 4/7] drm/xe/uc: Add support for different firmware files on each GT John.C.Harrison
2025-03-06  2:09   ` Lucas De Marchi
2025-03-03 19:52 ` [PATCH v2 5/7] drm/xe/pvc: Add GuC firmware definition John.C.Harrison
2025-03-03 19:52 ` [PATCH v2 6/7] drm/xe/ptl: " John.C.Harrison
2025-03-03 19:52 ` John.C.Harrison [this message]
2025-03-03 20:19 ` ✓ CI.Patch_applied: success for Support different GuCs per GT Patchwork
2025-03-03 20:19 ` ✗ CI.checkpatch: warning " Patchwork
2025-03-03 20:20 ` ✓ CI.KUnit: success " Patchwork
2025-03-03 20:37 ` ✓ CI.Build: " Patchwork
2025-03-03 20:39 ` ✓ CI.Hooks: " Patchwork
2025-03-03 20:41 ` ✓ CI.checksparse: " Patchwork
2025-03-03 20:51 ` [PATCH v2 0/7] " Cavitt, Jonathan
2025-03-03 21:00 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-03-03 23:46 ` ✗ Xe.CI.Full: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2025-06-14  1:55 [PATCH v2 0/7] drm/xe: Recommend GUC v70.45.2 for BMG, LNL, DG2 Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 7/7] drm/xe/ptl: Define HuC FW version for PTL Julia Filipchuk

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=20250303195215.1046192-8-John.C.Harrison@Intel.com \
    --to=john.c.harrison@intel.com \
    --cc=Intel-Xe@Lists.FreeDesktop.Org \
    --cc=daniele.ceraolospurio@intel.com \
    --cc=lucas.demarchi@intel.com \
    --cc=matthew.s.atwood@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