[Intel-gfx] [PATCH i-g-t 11/11] tests/perf: add Geminilake support

2017-08-04 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin 
---
 tests/perf.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/perf.c b/tests/perf.c
index 1e5a5b88..5b27925b 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1115,6 +1115,9 @@ init_sys_info(void)
return false;
}
timestamp_frequency = 1200;
+   } else if (IS_GEMINILAKE(devid)) {
+   test_set_uuid = "dd3fd789-e783-4204-8cd0-b671bbccb0cf";
+   timestamp_frequency = 1920;
} else {
igt_debug("unsupported GT\n");
return false;
-- 
2.13.3

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH i-g-t 11/11] tests/perf: add Geminilake support

2017-08-10 Thread Matthew Auld
On 4 August 2017 at 12:20, Lionel Landwerlin
 wrote:
> Signed-off-by: Lionel Landwerlin 
Reviewed-by: Matthew Auld 
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx