[PATCH] lib/pciids: Add one more PCI ID to BMG
Ravi Kumar Vodapalli
ravi.kumar.vodapalli at intel.com
Fri Jul 4 15:34:07 UTC 2025
Align with kernel commit ccfb15b8158c ("drm/xe/bmg: Add one additional PCI ID")
It adds one more pci id to BMG.
v2:
- Earlier i have written the unmerged kernel patch commit id in the
description under kernel commit , actually the commit id of merged
patch is to be specified there.
- Updated with correct commit id of respective kernel patch.
Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli 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