[Intel-xe] [PATCH 1/2] drm/xe: Remove XE_PVC_XT_IDS
Lucas De Marchi
lucas.demarchi at intel.com
Tue Nov 21 19:52:08 UTC 2023
No need for the indirection, just use XE_PVC_IDS.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
include/drm/xe_pciids.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index 91b4b570bfbf..c7d73d6476c8 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -174,7 +174,7 @@
XE_ATS_M75_IDS(MACRO__, ## __VA_ARGS__)
/* PVC */
-#define XE_PVC_XT_IDS(MACRO__, ...) \
+#define XE_PVC_IDS(MACRO__, ...) \
MACRO__(0x0B69, ## __VA_ARGS__), \
MACRO__(0x0B6E, ## __VA_ARGS__), \
MACRO__(0x0BD5, ## __VA_ARGS__), \
@@ -188,9 +188,6 @@
MACRO__(0x0BE1, ## __VA_ARGS__), \
MACRO__(0x0BE5, ## __VA_ARGS__)
-#define XE_PVC_IDS(MACRO__, ...) \
- XE_PVC_XT_IDS(MACRO__, ## __VA_ARGS__)
-
/* MTL */
#define XE_MTL_M_IDS(MACRO__, ...) \
MACRO__(0x7D40, ## __VA_ARGS__), \
--
2.40.1
More information about the Intel-xe
mailing list