Skip to content

Commit 744bbf2

Browse files
committed
drm/i915/huc: define HuC FW version for MTL
Follow the same logic as DG2, so just a meu binary with no version number. Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Alan Previn <alan.previn.teres.alexis@intel.com> Reviewed-by: John Harrison <John.C.Harrison@Intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230531235415.1467475-8-daniele.ceraolospurio@intel.com
1 parent 59c8cd3 commit 744bbf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
108108
fw_def(SKYLAKE, 0, guc_mmp(skl, 70, 1, 1))
109109

110110
#define INTEL_HUC_FIRMWARE_DEFS(fw_def, huc_raw, huc_mmp, huc_gsc) \
111+
fw_def(METEORLAKE, 0, huc_gsc(mtl)) \
111112
fw_def(DG2, 0, huc_gsc(dg2)) \
112113
fw_def(ALDERLAKE_P, 0, huc_raw(tgl)) \
113114
fw_def(ALDERLAKE_P, 0, huc_mmp(tgl, 7, 9, 3)) \

0 commit comments

Comments
 (0)