[PATCH i-g-t] lib/pciids: Add one BMG pci id
Kamil Konieczny
kamil.konieczny at linux.intel.com
Mon May 19 15:53:23 UTC 2025
Align with kernel commit cca9734ebe55 ("drm/xe/bmg: Add one additional PCI ID")
It adds 0xE211 BattleMage PCI id.
Cc: Matt Roper <matthew.d.roper at intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Link: https://lore.kernel.org/all/20250325224709.4073080-2-matthew.d.roper@intel.com/
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
lib/pciids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/pciids.h b/lib/pciids.h
index 4736ea525..d212848d0 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -850,6 +850,7 @@
MACRO__(0xE20C, ## __VA_ARGS__), \
MACRO__(0xE20D, ## __VA_ARGS__), \
MACRO__(0xE210, ## __VA_ARGS__), \
+ MACRO__(0xE211, ## __VA_ARGS__), \
MACRO__(0xE212, ## __VA_ARGS__), \
MACRO__(0xE215, ## __VA_ARGS__), \
MACRO__(0xE216, ## __VA_ARGS__)
--
2.49.0
More information about the igt-dev
mailing list