summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-03-17 12:40:18 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-03-17 12:41:06 +0000
commit5b4683603bdddd35f529e289bda0f93ab05ceedb (patch)
tree6763f438aee74bd47910290144dac591fcfa6f78 /tests
parent073cfd7bb2d4cecbc1898d6c49aef5eca2cf7c3e (diff)
igt/drv_hangman: Setting wedged is serialised
So we don't need to use an artificial delay. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/drv_hangman.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/drv_hangman.c b/tests/drv_hangman.c
index 51bdbdaa..b8c6b87f 100644
--- a/tests/drv_hangman.c
+++ b/tests/drv_hangman.c
@@ -92,9 +92,6 @@ static void test_error_state_basic(void)
igt_ignore_warn(write(fd, "1\n", 2));
close(fd);
- /* Wait for the error capture and gpu reset to complete */
- gem_quiescent_gpu(device);
-
assert_error_state_collected();
clear_error_state();