The xe PCI ID macros are a subset of the i915 PCI IDs macros, apart from
the PVC PCI IDs (naturally, because i915 does not and will not support
PVC). In preparation of using a shared file, add PVC PCI IDs to
i915_pciids.h.

Cc: Joonas Lahtinen <[email protected]>
Cc: Lucas De Marchi <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Thomas Hellström <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
---
 include/drm/intel/i915_pciids.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/include/drm/intel/i915_pciids.h b/include/drm/intel/i915_pciids.h
index 6b92f8c3731b..81d4dc5d9242 100644
--- a/include/drm/intel/i915_pciids.h
+++ b/include/drm/intel/i915_pciids.h
@@ -780,6 +780,22 @@
        MACRO__(0x7D60, ## __VA_ARGS__), \
        MACRO__(0x7DD5, ## __VA_ARGS__)
 
+/* PVC */
+#define INTEL_PVC_IDS(MACRO__, ...) \
+       MACRO__(0x0B69, ## __VA_ARGS__), \
+       MACRO__(0x0B6E, ## __VA_ARGS__), \
+       MACRO__(0x0BD4, ## __VA_ARGS__), \
+       MACRO__(0x0BD5, ## __VA_ARGS__), \
+       MACRO__(0x0BD6, ## __VA_ARGS__), \
+       MACRO__(0x0BD7, ## __VA_ARGS__), \
+       MACRO__(0x0BD8, ## __VA_ARGS__), \
+       MACRO__(0x0BD9, ## __VA_ARGS__), \
+       MACRO__(0x0BDA, ## __VA_ARGS__), \
+       MACRO__(0x0BDB, ## __VA_ARGS__), \
+       MACRO__(0x0BE0, ## __VA_ARGS__), \
+       MACRO__(0x0BE1, ## __VA_ARGS__), \
+       MACRO__(0x0BE5, ## __VA_ARGS__)
+
 /* LNL */
 #define INTEL_LNL_IDS(MACRO__, ...) \
        MACRO__(0x6420, ## __VA_ARGS__), \
-- 
2.39.5

Reply via email to