Skip to content

Commit ccfb15b

Browse files
vodapalliravi12matt-auld
authored andcommitted
drm/xe/bmg: Add one additional PCI ID
One additional PCI ID is added in Bspec for BMG, Add it so that driver recognizes this device with this new ID. Bspec: 68090 Cc: [email protected] # v6.12+ Signed-off-by: Vodapalli, Ravi Kumar <[email protected]> Reviewed-by: Shekhar Chauhan <[email protected]> Acked-by: Matthew Auld <[email protected]> Signed-off-by: Matthew Auld <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f7a2fd7 commit ccfb15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/drm/intel/pciids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@
846846
/* BMG */
847847
#define INTEL_BMG_IDS(MACRO__, ...) \
848848
MACRO__(0xE202, ## __VA_ARGS__), \
849+
MACRO__(0xE209, ## __VA_ARGS__), \
849850
MACRO__(0xE20B, ## __VA_ARGS__), \
850851
MACRO__(0xE20C, ## __VA_ARGS__), \
851852
MACRO__(0xE20D, ## __VA_ARGS__), \

0 commit comments

Comments
 (0)