diff options
author | Haridhar Kalvala <[email protected]> | 2023-11-20 12:25:07 +0530 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:44:51 -0500 |
commit | 1a3d4d76bacee545c620f5935a5bf4677ad88d4c (patch) | |
tree | 42a356a6ee9c665f2baff6bc8e0ac988b0d76022 | |
parent | 1bec833316fffa110259093671d27be137be454d (diff) |
drm/xe: ATS-M device ID update
ATS-M device ID update.
BSpec: 44477
Signed-off-by: Haridhar Kalvala <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rodrigo Vivi <[email protected]>
-rw-r--r-- | include/drm/xe_pciids.h | 3 |
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__) |