Skip to content

Commit b89714b

Browse files
vodapalliravi12gregkh
authored andcommitted
drm/xe/bmg: Add one additional PCI ID
commit ccfb15b 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>
1 parent aa59dd7 commit b89714b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/drm/intel/pciids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@
846846
/* BMG */
847847
#define INTEL_BMG_IDS(MACRO__, ...) \
848848
MACRO__(0xE202, ## __VA_ARGS__), \
849+
MACRO__(0xE209, ## __VA_ARGS__), \
849850
MACRO__(0xE20B, ## __VA_ARGS__), \
850851
MACRO__(0xE20C, ## __VA_ARGS__), \
851852
MACRO__(0xE20D, ## __VA_ARGS__), \

0 commit comments

Comments
 (0)