[PATCH 1/2] lib: sync xe_pciids.h with kernel
Andrzej Hajda
andrzej.hajda at intel.com
Mon Jun 17 07:51:44 UTC 2024
This synchronizes with kernel commit
e54700f7d6aa ("drm/xe/bmg: Add PCI IDs")
Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>
---
lib/xe_pciids.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/lib/xe_pciids.h b/lib/xe_pciids.h
index c7fc288dacee..73d972a8aca1 100644
--- a/lib/xe_pciids.h
+++ b/lib/xe_pciids.h
@@ -208,4 +208,11 @@
MACRO__(0x64A0, ## __VA_ARGS__), \
MACRO__(0x64B0, ## __VA_ARGS__)
+#define XE_BMG_IDS(MACRO__, ...) \
+ MACRO__(0xE202, ## __VA_ARGS__), \
+ MACRO__(0xE20B, ## __VA_ARGS__), \
+ MACRO__(0xE20C, ## __VA_ARGS__), \
+ MACRO__(0xE20D, ## __VA_ARGS__), \
+ MACRO__(0xE212, ## __VA_ARGS__)
+
#endif
--
2.34.1
More information about the igt-dev
mailing list