[Intel-xe] [PATCH] CI: Update GuC firmware to 70.6.2
Matthew Brost
matthew.brost at intel.com
Mon Apr 3 13:42:30 UTC 2023
---
drivers/gpu/drm/xe/xe_uc_fw.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index e2c982b37e87..e273b5c793f1 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -42,13 +42,13 @@ static struct xe_device *uc_fw_to_xe(struct xe_uc_fw *uc_fw)
* Must be ordered based on platform, from newer to older.
*/
#define XE_GUC_FIRMWARE_DEFS(fw_def, guc_def) \
- fw_def(METEORLAKE, guc_def(mtl, 70, 5, 2)) \
- fw_def(ALDERLAKE_P, guc_def(adlp, 70, 5, 2)) \
- fw_def(ALDERLAKE_S, guc_def(tgl, 70, 5, 2)) \
- fw_def(PVC, guc_def(pvc, 70, 5, 2)) \
- fw_def(DG2, guc_def(dg2, 70, 5, 2)) \
- fw_def(DG1, guc_def(dg1, 70, 5, 2)) \
- fw_def(TIGERLAKE, guc_def(tgl, 70, 5, 2))
+ fw_def(METEORLAKE, guc_def(mtl, 70, 6, 2)) \
+ fw_def(ALDERLAKE_P, guc_def(adlp, 70, 6, 2)) \
+ fw_def(ALDERLAKE_S, guc_def(tgl, 70, 6, 2)) \
+ fw_def(PVC, guc_def(pvc, 70, 6, 2)) \
+ fw_def(DG2, guc_def(dg2, 70, 6, 2)) \
+ fw_def(DG1, guc_def(dg1, 70, 6, 2)) \
+ fw_def(TIGERLAKE, guc_def(tgl, 70, 6, 2))
#define XE_HUC_FIRMWARE_DEFS(fw_def, huc_def, huc_ver) \
fw_def(ALDERLAKE_S, huc_def(tgl)) \
--
2.34.1
More information about the Intel-xe
mailing list