[PATCH] drm/xe/guc: Pre-release GuC firmware v70.24.0 for LNL/BMG/PVC
John.C.Harrison at Intel.com
John.C.Harrison at Intel.com
Wed Apr 24 20:32:54 UTC 2024
From: John Harrison <John.C.Harrison at Intel.com>
Update to the latest (pre-release) GuC version for LNL and PVC. Also
add pre-release support for BMG.
UAPI version 1.10.2.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
---
drivers/gpu/drm/xe/xe_uc_fw.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index f27e96c47baa..ed819f1df888 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -104,9 +104,10 @@ struct fw_blobs_by_type {
};
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
- fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 19, 2)) \
+ fw_def(BATTLEMAGE, major_ver(intel-ci/xe, guc, bmg, 70, 24, 0)) \
+ fw_def(LUNARLAKE, major_ver(intel-ci/xe, guc, lnl, 70, 24, 0)) \
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 19, 2)) \
- fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 20, 0)) \
+ fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 24, 0)) \
fw_def(DG2, major_ver(i915, guc, dg2, 70, 19, 2)) \
fw_def(DG1, major_ver(i915, guc, dg1, 70, 19, 2)) \
fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 19, 2)) \
--
2.43.2
More information about the Intel-xe
mailing list