[PATCH 3/3] drm/xe/guc: Add BMG GuC definition
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Fri Jul 26 01:26:10 UTC 2024
Set the minimum recommended version to 70.29.1 as this is the release
that includes all the fixes and WAs required on BMG.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at 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 cc84484d3372..b2219ddc6f65 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -105,6 +105,7 @@ struct fw_blobs_by_type {
};
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
+ fw_def(BATTLEMAGE, major_ver(xe, guc, bmg, 70, 29, 1)) \
fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 29, 1)) \
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 19, 2)) \
fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 24, 0)) \
--
2.43.0
More information about the Intel-xe
mailing list