From 1a722fa6cf87ae12fc1b3446fe30c200a0201752 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 26 Mar 2016 10:54:43 +0000 Subject: [PATCH] igt/gem_exec_whisper: Add simple interruptible pass Signed-off-by: Chris Wilson --- tests/gem_exec_whisper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gem_exec_whisper.c b/tests/gem_exec_whisper.c index 2abb3e29..8db475e2 100644 --- a/tests/gem_exec_whisper.c +++ b/tests/gem_exec_whisper.c @@ -368,6 +368,7 @@ igt_main unsigned flags; } modes[] = { { "", 0 }, + { "interruptible", INTERRUPTIBLE }, { "contexts", CONTEXTS }, { "contexts-interruptible", CONTEXTS | INTERRUPTIBLE}, { "fds", FDS },