[PATCH xe-for-ci] fixup! drm/xe/guc: Pre-release GuC firmware v70.29.2 for PVC
Gustavo Sousa
gustavo.sousa at intel.com
Fri Aug 9 17:34:52 UTC 2024
We are moving away from the intel-for-ci branch in drm/firmware[1] and
we sill use intel-staging for all public firmware, those under test and
those that get upstreamed to linux-firmware.
We recently pushed a commit that makes the GuC v70.29.2 also available
in intel-staging with the "intel-ci/" prefix removed. Let's now update
the kernel side by removing the prefix in the firmware definition as
well.
[1] https://gitlab.freedesktop.org/drm/firmware
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
---
drivers/gpu/drm/xe/xe_uc_fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index 41c4ac6ba42a..d4809ec7d634 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -109,7 +109,7 @@ struct fw_blobs_by_type {
fw_def(BATTLEMAGE, major_ver(xe, guc, bmg, 70, 29, 2)) \
fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 29, 2)) \
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 29, 2)) \
- fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 29, 2)) \
+ fw_def(PVC, mmp_ver(xe, guc, pvc, 70, 29, 2)) \
fw_def(DG2, major_ver(i915, guc, dg2, 70, 29, 2)) \
fw_def(DG1, major_ver(i915, guc, dg1, 70, 29, 2)) \
fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 29, 2)) \
--
2.45.2
More information about the Intel-xe
mailing list