summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gem_eio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_eio.c b/tests/gem_eio.c
index 4720b47b..e1aff639 100644
--- a/tests/gem_eio.c
+++ b/tests/gem_eio.c
@@ -74,8 +74,7 @@ static void trigger_reset(int fd)
/* And just check the gpu is indeed running again */
igt_debug("Checking that the GPU recovered\n");
gem_test_engine(fd, ALL_ENGINES);
-
- gem_quiescent_gpu(fd);
+ igt_drop_caches_set(fd, DROP_ACTIVE);
/* We expect forced reset and health check to be quick. */
igt_assert(igt_seconds_elapsed(&ts) < 2);