Skip to content

Commit 5529df9

Browse files
mattropelucasdemarchi
authored andcommitted
drm/xe/bmg: Add one additional PCI ID
One additional BMG PCI ID has been added to the spec; make sure our driver recognizes devices with this ID properly. Bspec: 68090 Cc: [email protected] # v6.12+ Reviewed-by: Clint Taylor <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matt Roper <[email protected]> (cherry picked from commit cca9734ebe55f6af11ce8d57ca1afdc4d158c808) Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 0af2f6b commit 5529df9

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
@@ -850,6 +850,7 @@
850850
MACRO__(0xE20C, ## __VA_ARGS__), \
851851
MACRO__(0xE20D, ## __VA_ARGS__), \
852852
MACRO__(0xE210, ## __VA_ARGS__), \
853+
MACRO__(0xE211, ## __VA_ARGS__), \
853854
MACRO__(0xE212, ## __VA_ARGS__), \
854855
MACRO__(0xE215, ## __VA_ARGS__), \
855856
MACRO__(0xE216, ## __VA_ARGS__)

0 commit comments

Comments
 (0)