summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorShekhar Chauhan <shekhar.chauhan@intel.com>2023-10-11 08:14:18 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:42:59 +0300
commit3445166655cdcdcf18f10ffa124e6ae0ee3018c6 (patch)
tree9d9b18dfa1ae26eb7584c558be1dcbf0c69f2a9d /include/drm
parentb6f45db5d08ac6ac1827ed64d009f3a25ad293c8 (diff)
downloadlinux-3445166655cdcdcf18f10ffa124e6ae0ee3018c6.tar.xz
drm/xe: Add new DG2 PCI IDs
Add recently added PCI IDs for DG2 BSpec: 44477 Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://lore.kernel.org/r/20231011051418.2767145-1-shekhar.chauhan@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/xe_pciids.h6
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__), \