summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-12-06 17:47:13 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-12-08 17:21:36 +0000
commit1fdc6915c5ec2593cae860c59815780233cd0a73 (patch)
treef8d4a0f31961a60e5caba924969f0d0a0635da17 /tests/perf.c
parent58319bd5dd126c31ae6137b9bf596e7965dbd1f3 (diff)
tests/perf: add test config uuid for Cannonlake
This will enable running the tests on Cannonlake. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Diffstat (limited to 'tests/perf.c')
-rw-r--r--tests/perf.c2
1 files changed, 2 insertions, 0 deletions
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;