Skip to content

Commit f4aa02c

Browse files
committed
drm/xe/gsc: Define GSC binary for LNL
As with previous binaries, we match the compatibility version instead of the build number. Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240725003224.516233-6-daniele.ceraolospurio@intel.com
1 parent e814902 commit f4aa02c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/xe/xe_uc_fw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ struct fw_blobs_by_type {
126126

127127
/* for the GSC FW we match the compatibility version and not the release one */
128128
#define XE_GSC_FIRMWARE_DEFS(fw_def, major_ver) \
129+
fw_def(LUNARLAKE, major_ver(xe, gsc, lnl, 1, 0, 0)) \
129130
fw_def(METEORLAKE, major_ver(i915, gsc, mtl, 1, 0, 0))
130131

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

0 commit comments

Comments
 (0)