From 1fdc6915c5ec2593cae860c59815780233cd0a73 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 6 Dec 2017 17:47:13 +0000 Subject: tests/perf: add test config uuid for Cannonlake This will enable running the tests on Cannonlake. Signed-off-by: Lionel Landwerlin Reviewed-by: Matthew Auld --- 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 2bc0f1d6..71774bbc 100644 --- a/tests/perf.c +++ b/tests/perf.c @@ -1082,6 +1082,8 @@ init_sys_info(void) igt_debug("unsupported Coffeelake GT size\n"); return false; } + } else if (IS_CANNONLAKE(devid)) { + test_set_uuid = "db41edd4-d8e7-4730-ad11-b9a2d6833503"; } else { igt_debug("unsupported GT\n"); return false; -- cgit v1.2.3