[Intel-xe] [PATCH] drm/xe/pvc: Add pci ids for PVC
Shekhar Chauhan
shekhar.chauhan at intel.com
Tue Nov 7 16:50:26 UTC 2023
Add two newly added PCI IDs for PVC
Signed-off-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
---
include/drm/xe_pciids.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index fa1c8201c1cf..68fbab161feb 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -168,6 +168,8 @@
/* PVC */
#define XE_PVC_XT_IDS(MACRO__, ...) \
+ MACRO__(0x0B69, ## __VA_ARGS__), \
+ MACRO__(0x0B6E, ## __VA_ARGS__), \
MACRO__(0x0BD5, ## __VA_ARGS__), \
MACRO__(0x0BD6, ## __VA_ARGS__), \
MACRO__(0x0BD7, ## __VA_ARGS__), \
--
2.34.1
More information about the Intel-xe
mailing list