[PATCH v2 2/3] drm/xe/guc: define PVC FW
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Tue Dec 19 20:00:21 UTC 2023
Add PVC GuC FW definition. This is 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 9dff96dfe455..92940199ba4a 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -103,6 +103,7 @@ struct fw_blobs_by_type {
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
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)) \
fw_def(DG1, major_ver(i915, guc, dg1, 70, 5)) \
fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 5)) \
--
2.43.0
More information about the Intel-xe
mailing list