summaryrefslogtreecommitdiff
path: root/tests/gem_exec_nop.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-05-13 13:27:52 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-05-13 13:28:44 +0100
commit842e6a4301fe4917b3a38f17f0bb6627a55b5524 (patch)
tree957cfd588c79de0219c8c9a5a90c675bd97f4c80 /tests/gem_exec_nop.c
parente10c48d9c2c8438b10d4f73e61d579eb8d59ce57 (diff)
igt/gem_exec_nop: Restore check on available signal rings
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_exec_nop.c')
-rw-r--r--tests/gem_exec_nop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c
index 570f57ba..440e3571 100644
--- a/tests/gem_exec_nop.c
+++ b/tests/gem_exec_nop.c
@@ -539,6 +539,7 @@ static void signal(int fd, uint32_t handle,
engines[nengine++] = n;
}
} else {
+ gem_require_ring(fd, ring_id);
engines[nengine++] = ring_id;
}
igt_require(nengine);