[PATCH i-g-t] lib/pciids: sync pciids.h with kernel

Jani Nikula jani.nikula at intel.com
Mon Aug 11 13:09:01 UTC 2025


Syncing lib/pciids.h with kernel include/drm/intel/pciids.h means there
must exist kernel and igt commits where the files are identical,
i.e. the file is copied verbatim at some kernel commit to igt.

It does *not* mean syncing the *changes* of a kernel commit to the igt
version of the file.

The latest changes to lib/pciids.h have gone out of sync with kernel,
completely missing kernel commit 3c0f211bc8fc ("drm/xe: Add Wildcat Lake
device IDs to PTL list").

Properly sync PCI IDs with kernel commit ccfb15b8158c ("drm/xe/bmg: Add
one additional PCI ID"), including the full file.

Fixes: 26ddb59c1d5f ("lib/pciids: Add one more PCI ID to BMG")
Cc: Ravi Kumar Vodapalli <ravi.kumar.vodapalli at intel.com>
Cc: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 lib/pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/pciids.h b/lib/pciids.h
index 666265b5f8c8..76f8d26f9cc9 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -872,6 +872,8 @@
 	MACRO__(0xB08F, ## __VA_ARGS__), \
 	MACRO__(0xB090, ## __VA_ARGS__), \
 	MACRO__(0xB0A0, ## __VA_ARGS__), \
-	MACRO__(0xB0B0, ## __VA_ARGS__)
+	MACRO__(0xB0B0, ## __VA_ARGS__), \
+	MACRO__(0xFD80, ## __VA_ARGS__), \
+	MACRO__(0xFD81, ## __VA_ARGS__)
 
 #endif /* __PCIIDS_H__ */
-- 
2.47.2



More information about the igt-dev mailing list