From: Vodapalli, Ravi Kumar Date: Fri, 4 Jul 2025 10:35:27 +0000 (+0530) Subject: drm/xe/bmg: Add one additional PCI ID X-Git-Tag: v6.16.4~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b89714bfc9935a5973b93f2c4b0008d79aac5153;p=thirdparty%2Fkernel%2Fstable.git drm/xe/bmg: Add one additional PCI ID 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 Reviewed-by: Shekhar Chauhan Acked-by: Matthew Auld Signed-off-by: Matthew Auld Link: https://lore.kernel.org/r/20250704103527.100178-1-ravi.kumar.vodapalli@intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h index a7ce9523c50d3..9864d2d7d661d 100644 --- a/include/drm/intel/pciids.h +++ b/include/drm/intel/pciids.h @@ -846,6 +846,7 @@ /* 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__), \