summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorHaridhar Kalvala <haridhar.kalvala@intel.com>2023-11-20 12:25:07 +0530
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:44:51 -0500
commit1a3d4d76bacee545c620f5935a5bf4677ad88d4c (patch)
tree42a356a6ee9c665f2baff6bc8e0ac988b0d76022 /include/drm
parent1bec833316fffa110259093671d27be137be454d (diff)
drm/xe: ATS-M device ID update
ATS-M device ID update. BSpec: 44477 Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20231120065507.1543676-1-haridhar.kalvala@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/xe_pciids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index 84fb596ab8f5..6c3ac3b5ec94 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -163,7 +163,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__)