aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>2024-07-24 17:32:21 -0700
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>2024-07-25 12:39:22 -0700
commite814902866ed22bc07d2af1303f3183357a438e8 (patch)
tree9cc0ec5bc8dac45d9f94d459d7f12a3561b7dcb0
parentdrm/xe: Fix possible UAF in guc_exec_queue_process_msg (diff)
downloadwireguard-linux-e814902866ed22bc07d2af1303f3183357a438e8.tar.xz
wireguard-linux-e814902866ed22bc07d2af1303f3183357a438e8.zip
drm/xe/huc: Define HuC binary for LNL
Add the unversioned define for the LNL HuC FW. All new binaries are GSC-enabled (and even if they weren't the driver can detect the type of HuC binary), so the new lnl HuC filename doesn't use the _gsc postfix to avoid confusion with the GSC binary. 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-5-daniele.ceraolospurio@intel.com
-rw-r--r--drivers/gpu/drm/xe/xe_uc_fw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index 5f23ecd98376..5fc34f5380df 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -116,6 +116,7 @@ struct fw_blobs_by_type {
fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 19, 2))
#define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver) \
+ fw_def(LUNARLAKE, no_ver(xe, huc, lnl)) \
fw_def(METEORLAKE, no_ver(i915, huc_gsc, mtl)) \
fw_def(DG1, no_ver(i915, huc, dg1)) \
fw_def(ALDERLAKE_P, no_ver(i915, huc, tgl)) \