Skip to content

Commit 7f452d9

Browse files
catayloxbardliao
authored andcommitted
drm/xe/ptl: Add GuC firmware definition
Define the GuC firmware to load on the platform. Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> Reviewed-by: John Harrison <John.C.Harrison@Intel.com> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250403185619.1555853-8-John.C.Harrison@Intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent a914ba7 commit 7f452d9

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
@@ -114,6 +114,7 @@ struct fw_blobs_by_type {
114114
#define XE_GT_TYPE_ANY XE_GT_TYPE_UNINITIALIZED
115115

116116
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
117+
fw_def(PANTHERLAKE, GT_TYPE_ANY, mmp_ver(xe, guc, ptl, 70, 46, 2)) \
117118
fw_def(BATTLEMAGE, GT_TYPE_ANY, major_ver(xe, guc, bmg, 70, 44, 1)) \
118119
fw_def(LUNARLAKE, GT_TYPE_ANY, major_ver(xe, guc, lnl, 70, 44, 1)) \
119120
fw_def(METEORLAKE, GT_TYPE_ANY, major_ver(i915, guc, mtl, 70, 44, 1)) \

0 commit comments

Comments
 (0)