[igt-dev] [PATCH i-g-t] tests/perf: Add test config uuid for Icelake

José Roberto de Souza jose.souza at intel.com
Fri Jun 22 20:31:30 UTC 2018


This make perf tests to run in Icelake.

Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
---
 tests/perf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/perf.c b/tests/perf.c
index 2a73d5b9..95048bfa 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -958,6 +958,8 @@ init_sys_info(void)
 			}
 		} else if (IS_CANNONLAKE(devid)) {
 			test_set_uuid = "db41edd4-d8e7-4730-ad11-b9a2d6833503";
+		} else if (IS_ICELAKE(devid)) {
+			test_set_uuid = "a291665e-244b-4b76-9b9a-01de9d3c8068";
 		} else {
 			igt_debug("unsupported GT\n");
 			return false;
-- 
2.17.1



More information about the igt-dev mailing list