summaryrefslogtreecommitdiff
path: root/include/drm/xe_pciids.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/xe_pciids.h')
-rw-r--r--include/drm/xe_pciids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index 0d0cf80eb0ba..f6ac6d9772ee 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -191,4 +191,9 @@
XE_MTL_S_IDS(MACRO__, ## __VA_ARGS__), \
XE_ARL_IDS(MACRO__, ## __VA_ARGS__)
+#define XE_LNL_IDS(MACRO__, ...) \
+ MACRO__(0x6420, ## __VA_ARGS__), \
+ MACRO__(0x64A0, ## __VA_ARGS__), \
+ MACRO__(0x64B0, ## __VA_ARGS__)
+
#endif