[PATCH] drm/i915/gsc: Pick the MTL GSC from the CI branch.
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Tue Jul 23 23:41:56 UTC 2024
This is to test the new GSC release before overwriting the existing one.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
---
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
index d80278eb45d7..22f68dcd003c 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -140,7 +140,7 @@ void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
* backward-compatible one, so we use only the former in the file name.
*/
#define INTEL_GSC_FIRMWARE_DEFS(fw_def, gsc_def) \
- fw_def(METEORLAKE, 0, gsc_def(mtl, 1, 0))
+ fw_def(METEORLAKE, 0, gsc_def(../intel-ci/i915/mtl, 1, 0))
/*
* Set of macros for producing a list of filenames from the above table.
--
2.43.0
More information about the Intel-gfx-trybot
mailing list