summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-12-06 19:41:31 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-12-08 17:21:36 +0000
commit58319bd5dd126c31ae6137b9bf596e7965dbd1f3 (patch)
treeb6443114bc8ab7b02f2f46841f15a61f3ae8382a /tests/perf.c
parent4fee36ef8d77d0a07764b764958e2b20ec7836e2 (diff)
tests/perf: enable testing on Coffeelake GT3
Add the test config uuid for GT3. 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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/perf.c b/tests/perf.c
index 70166a7a..2bc0f1d6 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1075,8 +1075,11 @@ init_sys_info(void)
case 1:
test_set_uuid = "74fb4902-d3d3-4237-9e90-cbdc68d0a446";
break;
+ case 2:
+ test_set_uuid = "577e8e2c-3fa0-4875-8743-3538d585e3b0";
+ break;
default:
- igt_debug("unsupported Cannonlake GT size\n");
+ igt_debug("unsupported Coffeelake GT size\n");
return false;
}
} else {