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 <[email protected]> Signed-off-by: Matt Atwood <[email protected]> Reviewed-by: John Harrison <[email protected]> Acked-by: Lucas De Marchi <[email protected]> Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
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)