Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit bfcec15

Browse files
dceraololucasdemarchi
authored andcommitted
drm/xe/huc: Define LNL HuC
First HuC release for LNL. This patch will need to stay in the xe-for-CI branch until we're ready to publish the HuC firmware to linux-firmware, at which point we can change it to use the unversioned file name and move the it to drm-xe-next. Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1360 Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Cc: John Harrison <[email protected]> Cc: Lucas De Marchi <[email protected]> Acked-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent a62bb7f commit bfcec15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xe/xe_uc_fw.c

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ struct fw_blobs_by_type {
117117
fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 19, 2))
118118

119119
#define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver) \
120+
fw_def(LUNARLAKE, mmp_ver(intel-ci/xe, huc_gsc, lnl, 9, 4, 6)) \
120121
fw_def(METEORLAKE, no_ver(i915, huc_gsc, mtl)) \
121122
fw_def(DG1, no_ver(i915, huc, dg1)) \
122123
fw_def(ALDERLAKE_P, no_ver(i915, huc, tgl)) \

0 commit comments

Comments
 (0)