[Intel-gfx] [PATCH i-g-t v4 10/12] tests/perf: add Geminilake support
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Tue Aug 29 13:55:45 UTC 2017
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
---
tests/perf.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/perf.c b/tests/perf.c
index 32f34ec4..24df7c2a 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1124,6 +1124,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;
--
2.14.1
More information about the Intel-gfx
mailing list