Skip to content

Commit 351a887

Browse files
committed
drm/xe/huc: Define HuC binary for BMG
Add the unversioned define for the BMG HuC FW. 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-7-daniele.ceraolospurio@intel.com
1 parent f4aa02c commit 351a887

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
@@ -116,6 +116,7 @@ struct fw_blobs_by_type {
116116
fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 19, 2))
117117

118118
#define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver) \
119+
fw_def(BATTLEMAGE, no_ver(xe, huc, bmg)) \
119120
fw_def(LUNARLAKE, no_ver(xe, huc, lnl)) \
120121
fw_def(METEORLAKE, no_ver(i915, huc_gsc, mtl)) \
121122
fw_def(DG1, no_ver(i915, huc, dg1)) \

0 commit comments

Comments
 (0)