[Intel-xe] [PATCH] drm/xe: ATS-M device ID update
Haridhar Kalvala
haridhar.kalvala at intel.com
Mon Nov 20 06:55:07 UTC 2023
ATS-M device ID update.
BSpec: 44477
Signed-off-by: Haridhar Kalvala <haridhar.kalvala at intel.com>
---
include/drm/xe_pciids.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index 68fbab161feb..712eb53f1f83 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -157,7 +157,8 @@
XE_DG2_G12_IDS(MACRO__, ## __VA_ARGS__)
#define XE_ATS_M150_IDS(MACRO__, ...) \
- MACRO__(0x56C0, ## __VA_ARGS__)
+ MACRO__(0x56C0, ## __VA_ARGS__), \
+ MACRO__(0x56C2, ## __VA_ARGS__)
#define XE_ATS_M75_IDS(MACRO__, ...) \
MACRO__(0x56C1, ## __VA_ARGS__)
--
2.25.1
More information about the Intel-xe
mailing list