[SRU][P][PATCH v2 1/1] drm/xe/bmg: Add new PCI IDs
Thibault Ferrante
thibault.ferrante at canonical.com
Fri Mar 7 16:28:42 UTC 2025
From: Shekhar Chauhan <shekhar.chauhan at intel.com>
BugLink: https://bugs.launchpad.net/bugs/2098969
Add 3 new PCI IDs for BMG.
v2: Fix typo -> Replace '.' with ','
Signed-off-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
Reviewed-by: Clint Taylor <Clinton.A.Taylor at intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250128162015.3288675-1-shekhar.chauhan@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
(cherry picked from commit fa8ffaae1b15236b8afb0fbbc04117ff7c900a83 linux-next)
Signed-off-by: Thibault Ferrante <thibault.ferrante at canonical.com>
---
include/drm/intel/pciids.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
index 77c826589ec1..4035e215c962 100644
--- a/include/drm/intel/pciids.h
+++ b/include/drm/intel/pciids.h
@@ -846,7 +846,10 @@
MACRO__(0xE20B, ## __VA_ARGS__), \
MACRO__(0xE20C, ## __VA_ARGS__), \
MACRO__(0xE20D, ## __VA_ARGS__), \
- MACRO__(0xE212, ## __VA_ARGS__)
+ MACRO__(0xE210, ## __VA_ARGS__), \
+ MACRO__(0xE212, ## __VA_ARGS__), \
+ MACRO__(0xE215, ## __VA_ARGS__), \
+ MACRO__(0xE216, ## __VA_ARGS__)
/* PTL */
#define INTEL_PTL_IDS(MACRO__, ...) \
--
2.45.2
More information about the kernel-team
mailing list