summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gem_exec_nop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c
index 8608592a..58884324 100644
--- a/tests/gem_exec_nop.c
+++ b/tests/gem_exec_nop.c
@@ -43,6 +43,7 @@
#include "drmtest.h"
#include "intel_gpu_tools.h"
+#define LOCAL_I915_EXEC_VEBOX (4<<0)
bool skipped_all = true;
static double elapsed(const struct timeval *start,
@@ -134,6 +135,9 @@ int main(int argc, char **argv)
if (HAS_BLT_RING(devid))
loop(fd, handle, I915_EXEC_BLT, "blt");
+ if (drmtest_run_subtest("vebox"))
+ if (gem_has_vebox(fd))
+ loop(fd, handle, LOCAL_I915_EXEC_VEBOX, "vebox");
gem_close(fd, handle);