[PATCH v4] lib/pciids: Add one more PCI ID to BMG

Ravi Kumar Vodapalli ravi.kumar.vodapalli at intel.com
Fri Jul 4 17:56:40 UTC 2025


Align with kernel commit ccfb15b8158c ("drm/xe/bmg: Add one additional PCI ID")

It adds one more pci id to BMG.

v1:
 - Commit id of merged patch is to be specified under kernel commit (Jani Nikula)
v2:
 - Update with correct commit id of respective kernel patch.
 - update first alphabet of Add with lowercase (Dnyaneshwar)
v3:
 - Updated first letter of Add with lowercase
 - Missed specifying v3 version history in commit message. (Dnyaneshwar)
v4:
 - Added v3 version history in commit message.

Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli at intel.com>
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>
---
 lib/pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/pciids.h b/lib/pciids.h
index 129c3172a..666265b5f 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -846,6 +846,7 @@
 /* BMG */
 #define INTEL_BMG_IDS(MACRO__, ...) \
 	MACRO__(0xE202, ## __VA_ARGS__), \
+	MACRO__(0xE209, ## __VA_ARGS__), \
 	MACRO__(0xE20B, ## __VA_ARGS__), \
 	MACRO__(0xE20C, ## __VA_ARGS__), \
 	MACRO__(0xE20D, ## __VA_ARGS__), \
-- 
2.34.1



More information about the igt-dev mailing list