All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/perf: Add test config uuid for Icelake
@ 2018-06-22 20:31 José Roberto de Souza
  2018-06-22 21:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: José Roberto de Souza @ 2018-06-22 20:31 UTC (permalink / raw)
  To: igt-dev

This make perf tests to run in Icelake.

Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
 tests/perf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/perf.c b/tests/perf.c
index 2a73d5b9..95048bfa 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -958,6 +958,8 @@ init_sys_info(void)
 			}
 		} else if (IS_CANNONLAKE(devid)) {
 			test_set_uuid = "db41edd4-d8e7-4730-ad11-b9a2d6833503";
+		} else if (IS_ICELAKE(devid)) {
+			test_set_uuid = "a291665e-244b-4b76-9b9a-01de9d3c8068";
 		} else {
 			igt_debug("unsupported GT\n");
 			return false;
-- 
2.17.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-25  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-22 20:31 [igt-dev] [PATCH i-g-t] tests/perf: Add test config uuid for Icelake José Roberto de Souza
2018-06-22 21:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-06-22 21:58 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-06-24 15:51 ` [igt-dev] [PATCH i-g-t] " Lionel Landwerlin
2018-06-25  6:31   ` Arkadiusz Hiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.