[Intel-xe] [PATCH] drm/xe/mtl: Use same GuC version as i915

Lucas De Marchi lucas.demarchi at intel.com
Wed Aug 9 16:16:43 UTC 2023


Like i915, update the GuC firmware to use a major-only blob for Meteor
Lake.

Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---

Daniele, I see that for PVC you uploaded both 70.6.4 (mmp) and 70.8.0
(major-only) to the drm-firmware repo. Do we want to go ahead and update
PVC here to the latest too?

 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 2e70dd4880f6..110f0f0d6c79 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -100,7 +100,7 @@ struct fw_blobs_by_type {
 };
 
 #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver)			\
-	fw_def(METEORLAKE,	mmp_ver(i915,	guc,	mtl,	70, 6, 4))	\
+	fw_def(METEORLAKE,	major_ver(i915,	guc,	mtl,	70, 6))		\
 	fw_def(PVC,		mmp_ver(xe,	guc,	pvc,	70, 6, 4))	\
 	fw_def(DG2,		major_ver(i915,	guc,	dg2,	70, 5))		\
 	fw_def(DG1,		major_ver(i915,	guc,	dg1,	70, 5))		\
-- 
2.40.1



More information about the Intel-xe mailing list