[PATCH v2 3/3] drm/xe/guc: define LNL FW
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Tue Dec 19 20:00:22 UTC 2023
Add LNL GuC FW definition. This FW is not ready to be pushed to
linux-firmware yet, so this patch is for CI-only and it is meant
for the topic/core-for-CI branch.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi 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 92940199ba4a..73d6938c921d 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -102,6 +102,7 @@ struct fw_blobs_by_type {
};
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
+ fw_def(LUNARLAKE, mmp_ver(xe, guc, lnl, 70, 6, 8)) \
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 7)) \
fw_def(PVC, mmp_ver(xe, guc, pvc, 70, 9, 1)) \
fw_def(DG2, major_ver(i915, guc, dg2, 70, 5)) \
--
2.43.0
More information about the Intel-xe
mailing list