summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-04-28 11:34:52 -0700
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-08-31 11:24:01 +0100
commitc2159678d283fea5615ec8e846a51cf4954ac82d (patch)
tree4269e9fa748f7e16be07e5b06179e571736d927c /tests/perf.c
parent8a97c450074d8b7cbc6e576f86c0fe8a8a406fd6 (diff)
tests/perf: add Geminilake support
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/perf.c b/tests/perf.c
index 46df9632..a82a3da3 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -856,6 +856,9 @@ init_sys_info(void)
return false;
}
timestamp_frequency = 12000000;
+ } else if (IS_GEMINILAKE(devid)) {
+ test_set_uuid = "dd3fd789-e783-4204-8cd0-b671bbccb0cf";
+ timestamp_frequency = 19200000;
} else {
igt_debug("unsupported GT\n");
return false;