diff mbox series

[CI] drm/i915/huc: pick the DG2 HuC up from the CI folder

Message ID 20240322225923.370069-1-daniele.ceraolospurio@intel.com (mailing list archive)
State New, archived
Headers show
Series [CI] drm/i915/huc: pick the DG2 HuC up from the CI folder | expand

Commit Message

Daniele Ceraolo Spurio March 22, 2024, 10:59 p.m. UTC
This is to test the new HuC release before overwriting the existing one.
This patch is for testing only and it should not be merged.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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..19895872f7e8 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -112,7 +112,7 @@  void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
 
 #define INTEL_HUC_FIRMWARE_DEFS(fw_def, huc_raw, huc_mmp, huc_gsc) \
 	fw_def(METEORLAKE,   0, huc_gsc(mtl)) \
-	fw_def(DG2,          0, huc_gsc(dg2)) \
+	fw_def(DG2,          0, huc_gsc(../intel-ci/i915/dg2)) \
 	fw_def(ALDERLAKE_P,  0, huc_raw(tgl)) \
 	fw_def(ALDERLAKE_P,  0, huc_mmp(tgl,  7, 9, 3)) \
 	fw_def(ALDERLAKE_S,  0, huc_raw(tgl)) \