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: John Harrison <John.C.Harrison@Intel.com>
Subject: [PATCH 5/8] drm/xe/guc: Bump the recommended GuC version to 70.44.1
Date: Thu,  3 Apr 2025 11:56:15 -0700	[thread overview]
Message-ID: <20250403185619.1555853-6-John.C.Harrison@Intel.com> (raw)
In-Reply-To: <20250403185619.1555853-1-John.C.Harrison@Intel.com>

From: John Harrison <John.C.Harrison@Intel.com>

A new workaround requires a newer GuC version. So, recommend that
users install it.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
---
 drivers/gpu/drm/xe/xe_uc_fw.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index 4a16d3c40ea9..2741849bbf4d 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -114,16 +114,16 @@ 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(BATTLEMAGE,	GT_TYPE_ANY,	major_ver(xe,	guc,	bmg,	70, 29, 2))	\
-	fw_def(LUNARLAKE,	GT_TYPE_ANY,	major_ver(xe,	guc,	lnl,	70, 29, 2))	\
-	fw_def(METEORLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	mtl,	70, 29, 2))	\
-	fw_def(DG2,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg2,	70, 29, 2))	\
-	fw_def(DG1,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg1,	70, 29, 2))	\
-	fw_def(ALDERLAKE_N,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 29, 2))	\
-	fw_def(ALDERLAKE_P,	GT_TYPE_ANY,	major_ver(i915,	guc,	adlp,	70, 29, 2))	\
-	fw_def(ALDERLAKE_S,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 29, 2))	\
-	fw_def(ROCKETLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 29, 2))	\
-	fw_def(TIGERLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 29, 2))
+	fw_def(BATTLEMAGE,	GT_TYPE_ANY,	major_ver(xe,	guc,	bmg,	70, 44, 1))	\
+	fw_def(LUNARLAKE,	GT_TYPE_ANY,	major_ver(xe,	guc,	lnl,	70, 44, 1))	\
+	fw_def(METEORLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	mtl,	70, 44, 1))	\
+	fw_def(DG2,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg2,	70, 44, 1))	\
+	fw_def(DG1,		GT_TYPE_ANY,	major_ver(i915,	guc,	dg1,	70, 44, 1))	\
+	fw_def(ALDERLAKE_N,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 44, 1))	\
+	fw_def(ALDERLAKE_P,	GT_TYPE_ANY,	major_ver(i915,	guc,	adlp,	70, 44, 1))	\
+	fw_def(ALDERLAKE_S,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 44, 1))	\
+	fw_def(ROCKETLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 44, 1))	\
+	fw_def(TIGERLAKE,	GT_TYPE_ANY,	major_ver(i915,	guc,	tgl,	70, 44, 1))
 
 #define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver)		\
 	fw_def(BATTLEMAGE,	GT_TYPE_ANY,	no_ver(xe,	huc,		bmg))		\
-- 
2.49.0


  parent reply	other threads:[~2025-04-03 18:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-03 18:56 [PATCH 0/8] Enable w/a 16026508708 John.C.Harrison
2025-04-03 18:56 ` [PATCH 1/8] drm/xe/guc: " John.C.Harrison
2025-04-08 22:08   ` Daniele Ceraolo Spurio
2025-04-03 18:56 ` [PATCH 2/8] Revert "drm/xe/ptl: Define HuC FW version for PTL" John.C.Harrison
2025-04-03 18:56 ` [PATCH 3/8] Revert "drm/xe/ptl: Add GuC firmware definition" John.C.Harrison
2025-04-03 18:56 ` [PATCH 4/8] Revert "drm/xe/pvc: " John.C.Harrison
2025-04-03 18:56 ` John.C.Harrison [this message]
2025-04-08 22:15   ` [PATCH 5/8] drm/xe/guc: Bump the recommended GuC version to 70.44.1 Daniele Ceraolo Spurio
2025-04-08 23:54     ` John Harrison
2025-04-10 19:22       ` Daniele Ceraolo Spurio
2025-04-03 18:56 ` [PATCH 6/8] drm/xe/pvc: Add GuC firmware definition John.C.Harrison
2025-04-03 18:56 ` [PATCH 7/8] drm/xe/ptl: " John.C.Harrison
2025-04-03 18:56 ` [PATCH 8/8] drm/xe/ptl: Define HuC FW version for PTL John.C.Harrison
2025-04-04  1:34 ` ✓ CI.Patch_applied: success for Enable w/a 16026508708 Patchwork
2025-04-04  1:34 ` ✗ CI.checkpatch: warning " Patchwork
2025-04-04  1:35 ` ✓ CI.KUnit: success " Patchwork
2025-04-04  1:52 ` ✓ CI.Build: " Patchwork
2025-04-04  1:54 ` ✓ CI.Hooks: " Patchwork
2025-04-04  1:56 ` ✓ CI.checksparse: " Patchwork
2025-04-04  2:14 ` ✓ Xe.CI.BAT: " Patchwork
2025-04-04 11:07 ` ✗ Xe.CI.Full: failure " Patchwork
2025-04-08 19:35 ` ✓ CI.Patch_applied: success for Enable w/a 16026508708 (rev2) Patchwork
2025-04-08 19:35 ` ✗ CI.checkpatch: warning " Patchwork
2025-04-08 19:36 ` ✓ CI.KUnit: success " Patchwork
2025-04-08 19:52 ` ✓ CI.Build: " Patchwork
2025-04-08 19:55 ` ✓ CI.Hooks: " Patchwork
2025-04-08 19:56 ` ✓ CI.checksparse: " Patchwork
2025-04-08 20:18 ` ✓ Xe.CI.BAT: " Patchwork
2025-04-08 21:52 ` ✗ Xe.CI.Full: failure " Patchwork
2025-04-10 21:25 ` [PATCH 0/8] Enable w/a 16026508708 Lucas De Marchi

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=20250403185619.1555853-6-John.C.Harrison@Intel.com \
    --to=john.c.harrison@intel.com \
    --cc=Intel-Xe@Lists.FreeDesktop.Org \
    /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