]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:34:29 +0000 (16:34 +0200)
commit ccfb15b8158c11a8304204aeac354c7b1cfb18a3 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/drm/intel/pciids.h

index a7ce9523c50d375608026e63aac9c991e18a3cec..9864d2d7d661dc43c58c936c9036dc2e71f6b48e 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__), \