[Intel-gfx] [PATCH igt 2/2] synchax
Chris Wilson
chris at chris-wilson.co.uk
Fri Oct 13 11:52:39 UTC 2017
---
tests/gem_sync.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/gem_sync.c b/tests/gem_sync.c
index c9e2f014..e178db25 100644
--- a/tests/gem_sync.c
+++ b/tests/gem_sync.c
@@ -876,6 +876,8 @@ igt_main
}
for (e = intel_execution_engines; e->name; e++) {
+ gem_quiescent_gpu(fd);
+
igt_subtest_f("%s", e->name)
sync_ring(fd, e->exec_id | e->flags, 1, 150);
igt_subtest_f("store-%s", e->name)
--
2.15.0.rc0
More information about the Intel-gfx
mailing list