From: Daniele Ceraolo Spurio Date: Thu, 25 Jul 2024 00:32:22 +0000 (-0700) Subject: drm/xe/gsc: Define GSC binary for LNL X-Git-Tag: v6.12-rc1~126^2~25^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4aa02c43969c36213a7fd4e56831693fc83ec4b;p=thirdparty%2Flinux.git 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 Reviewed-by: Lucas De Marchi Link: https://patchwork.freedesktop.org/patch/msgid/20240725003224.516233-6-daniele.ceraolospurio@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c index 5fc34f5380df9..883eb619de5a2 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw.c +++ b/drivers/gpu/drm/xe/xe_uc_fw.c @@ -126,6 +126,7 @@ struct fw_blobs_by_type { /* for the GSC FW we match the compatibility version and not the release one */ #define XE_GSC_FIRMWARE_DEFS(fw_def, major_ver) \ + fw_def(LUNARLAKE, major_ver(xe, gsc, lnl, 1, 0, 0)) \ fw_def(METEORLAKE, major_ver(i915, gsc, mtl, 1, 0, 0)) #define MAKE_FW_PATH(dir__, uc__, shortname__, version__) \