Similar to commit 425b463859ed ("drm/i915: Update ADL-N PCI IDs").

Signed-off-by: Jani Nikula <[email protected]>
---
 include/drm/intel/xe_pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/drm/intel/xe_pciids.h b/include/drm/intel/xe_pciids.h
index 73d972a8aca1..41617c5ac6ab 100644
--- a/include/drm/intel/xe_pciids.h
+++ b/include/drm/intel/xe_pciids.h
@@ -97,7 +97,9 @@
 #define XE_ADLN_IDS(MACRO__, ...)              \
        MACRO__(0x46D0, ## __VA_ARGS__),        \
        MACRO__(0x46D1, ## __VA_ARGS__),        \
-       MACRO__(0x46D2, ## __VA_ARGS__)
+       MACRO__(0x46D2, ## __VA_ARGS__),        \
+       MACRO__(0x46D3, ## __VA_ARGS__),        \
+       MACRO__(0x46D4, ## __VA_ARGS__)
 
 /* RPL-S */
 #define XE_RPLS_IDS(MACRO__, ...)              \
-- 
2.39.2

Reply via email to