[PATCH i-g-t] lib: Add ARL-S PCI ID for perf tests

Chaitanya Kumar Borah chaitanya.kumar.borah at intel.com
Mon Feb 5 06:01:39 UTC 2024


Enable perf tests on ARL-S

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
---
 lib/i915_pciids_local.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/i915_pciids_local.h b/lib/i915_pciids_local.h
index a0ca29ee7..0043b0cd9 100644
--- a/lib/i915_pciids_local.h
+++ b/lib/i915_pciids_local.h
@@ -10,7 +10,8 @@
 /* MTL perf */
 #ifndef INTEL_MTL_M_IDS
 #define INTEL_MTL_M_IDS(info) \
-	INTEL_VGA_DEVICE(0x7D60, info)
+	INTEL_VGA_DEVICE(0x7D60, info), \
+	INTEL_VGA_DEVICE(0x7D67, info)
 #endif
 
 #ifndef INTEL_MTL_P_GT2_IDS
-- 
2.25.1



More information about the igt-dev mailing list