From 23d50a49413aff619d00ec50fc2e051e9b45baa5 Mon Sep 17 00:00:00 2001 From: José Roberto de Souza Date: Fri, 22 Jun 2018 13:31:30 -0700 Subject: tests/perf: Add test config uuid for Icelake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This make perf tests to run in Icelake. Cc: Paulo Zanoni Signed-off-by: José Roberto de Souza Reviewed-by: Lionel Landwerlin --- tests/perf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/perf.c') 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; -- cgit v1.2.3