summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/perf.c2
1 files changed, 2 insertions, 0 deletions
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;