igt/gem_exec_whisper: Add simple interruptible pass

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2016-03-26 10:54:43 +00:00
parent 5dcb026348
commit 1a722fa6cf

View File

@ -368,6 +368,7 @@ igt_main
unsigned flags;
} modes[] = {
{ "", 0 },
{ "interruptible", INTERRUPTIBLE },
{ "contexts", CONTEXTS },
{ "contexts-interruptible", CONTEXTS | INTERRUPTIBLE},
{ "fds", FDS },