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

Commit bf4d297

Browse files
dceraololucasdemarchi
authored andcommitted
drm/xe/gsc: define GSC FW for LNL
Interface and compatibility versions are the same as MTL. Note that the FW is still in development and the current release is for CI only. Theefore, we'll need to keep this patch in the xe-for-ci branch until we get the finalized FW release. Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1759 Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 02be9d4 commit bf4d297

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
@@ -127,6 +127,7 @@ struct fw_blobs_by_type {
127127

128128
/* for the GSC FW we match the compatibility version and not the release one */
129129
#define XE_GSC_FIRMWARE_DEFS(fw_def, major_ver) \
130+
fw_def(LUNARLAKE, major_ver(intel-ci/xe, gsc, lnl, 1, 0, 0)) \
130131
fw_def(METEORLAKE, major_ver(i915, gsc, mtl, 1, 0, 0))
131132

132133
#define MAKE_FW_PATH(dir__, uc__, shortname__, version__) \

0 commit comments

Comments
 (0)