]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/bmg: Add one additional PCI ID
authorVodapalli, Ravi Kumar <ravi.kumar.vodapalli@intel.com>
Fri, 4 Jul 2025 10:35:27 +0000 (16:05 +0530)
committerMatthew Auld <matthew.auld@intel.com>
Fri, 4 Jul 2025 13:55:51 +0000 (14:55 +0100)
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: stable@vger.kernel.org # v6.12+
Signed-off-by: Vodapalli, Ravi Kumar <ravi.kumar.vodapalli@intel.com>
Reviewed-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Acked-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/20250704103527.100178-1-ravi.kumar.vodapalli@intel.com
include/drm/intel/pciids.h

index a0180d10e2604d7d8ed98e37cf024fb03442d058..76f8d26f9cc9d533fe5496bc6f120e56e1154e8a 100644 (file)
 /* BMG */
 #define INTEL_BMG_IDS(MACRO__, ...) \
        MACRO__(0xE202, ## __VA_ARGS__), \
+       MACRO__(0xE209, ## __VA_ARGS__), \
        MACRO__(0xE20B, ## __VA_ARGS__), \
        MACRO__(0xE20C, ## __VA_ARGS__), \
        MACRO__(0xE20D, ## __VA_ARGS__), \