[Intel-xe] [PATCH 2/2] drm/xe: Update ARL-S DevIDs to the latest BSpec

Lucas De Marchi lucas.demarchi at intel.com
Fri Aug 4 23:17:09 UTC 2023


BSpec changed with regard the DevIDs for ARL-S. Update the define
accordingly.

Bspec: 55420
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 include/drm/xe_pciids.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index 1263838617d3..43afd973e153 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -199,8 +199,7 @@
 	MACRO__(0x7DE0, ## __VA_ARGS__)
 
 #define XE_ARL_IDS(MACRO__, ...)		\
-	MACRO__(0x7D66, ## __VA_ARGS__),	\
-	MACRO__(0x7D76, ## __VA_ARGS__)
+	MACRO__(0x7D67, ## __VA_ARGS__)
 
 #define XE_MTL_IDS(MACRO__, ...)		\
 	XE_MTL_M_IDS(MACRO__, ## __VA_ARGS__),	\
-- 
2.40.1



More information about the Intel-xe mailing list