]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/bmg: Add one additional PCI ID
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 25 Mar 2025 22:47:10 +0000 (15:47 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 26 Mar 2025 20:16:51 +0000 (13:16 -0700)
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>
include/drm/intel/pciids.h

index 4736ea525048e4711d9b30ae9d2d426d9ac2a0b3..d212848d07f3fed1eae931b81f37159284d67d88 100644 (file)
        MACRO__(0xE20C, ## __VA_ARGS__), \
        MACRO__(0xE20D, ## __VA_ARGS__), \
        MACRO__(0xE210, ## __VA_ARGS__), \
+       MACRO__(0xE211, ## __VA_ARGS__), \
        MACRO__(0xE212, ## __VA_ARGS__), \
        MACRO__(0xE215, ## __VA_ARGS__), \
        MACRO__(0xE216, ## __VA_ARGS__)