Skip to content

Commit 5aba455

Browse files
mattropegregkh
authored andcommitted
drm/xe/bmg: Add one additional PCI ID
commit 5529df9 upstream. One additional BMG PCI ID has been added to the spec; make sure our driver recognizes devices with this ID properly. Bspec: 68090 Cc: stable@vger.kernel.org # v6.12+ Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20250325224709.4073080-2-matthew.d.roper@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> (cherry picked from commit cca9734) Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e471585 commit 5aba455

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/drm/intel/pciids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@
847847
MACRO__(0xE20C, ## __VA_ARGS__), \
848848
MACRO__(0xE20D, ## __VA_ARGS__), \
849849
MACRO__(0xE210, ## __VA_ARGS__), \
850+
MACRO__(0xE211, ## __VA_ARGS__), \
850851
MACRO__(0xE212, ## __VA_ARGS__), \
851852
MACRO__(0xE215, ## __VA_ARGS__), \
852853
MACRO__(0xE216, ## __VA_ARGS__)

0 commit comments

Comments
 (0)