diff options
author | Shekhar Chauhan <[email protected]> | 2023-10-11 10:44:18 +0530 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:42:59 -0500 |
commit | 3445166655cdcdcf18f10ffa124e6ae0ee3018c6 (patch) | |
tree | 9d9b18dfa1ae26eb7584c558be1dcbf0c69f2a9d | |
parent | b6f45db5d08ac6ac1827ed64d009f3a25ad293c8 (diff) |
drm/xe: Add new DG2 PCI IDs
Add recently added PCI IDs for DG2
BSpec: 44477
Signed-off-by: Shekhar Chauhan <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matt Roper <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
-rw-r--r-- | include/drm/xe_pciids.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index f6ac6d9772ee..d105527df0c4 100644 --- a/include/drm/xe_pciids.h +++ b/include/drm/xe_pciids.h @@ -138,7 +138,11 @@ MACRO__(0x56A5, ## __VA_ARGS__), \ MACRO__(0x56A6, ## __VA_ARGS__), \ MACRO__(0x56B0, ## __VA_ARGS__), \ - MACRO__(0x56B1, ## __VA_ARGS__) + MACRO__(0x56B1, ## __VA_ARGS__), \ + MACRO__(0x56BA, ## __VA_ARGS__), \ + MACRO__(0x56BB, ## __VA_ARGS__), \ + MACRO__(0x56BC, ## __VA_ARGS__), \ + MACRO__(0x56BD, ## __VA_ARGS__) #define XE_DG2_G12_IDS(MACRO__, ...) \ MACRO__(0x5696, ## __VA_ARGS__), \ |