[Intel-gfx] [PATCH 5/8] gem_exec_nop.c: add vebox test case
Zhong Li
zhong.li at intel.com
Tue Apr 23 09:06:45 CEST 2013
Signed-off-by: Zhong Li <zhong.li at intel.com>
---
tests/gem_exec_nop.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c
index 8608592..d0fa5d5 100644
--- a/tests/gem_exec_nop.c
+++ b/tests/gem_exec_nop.c
@@ -133,7 +133,10 @@ int main(int argc, char **argv)
if (drmtest_run_subtest("blt"))
if (HAS_BLT_RING(devid))
loop(fd, handle, I915_EXEC_BLT, "blt");
-
+
+ if (drmtest_run_subtest("vebox"))
+ if (HAS_BLT_RING(devid))
+ loop(fd, handle, I915_EXEC_VEBOX, "vebox");
gem_close(fd, handle);
--
1.7.9.5
More information about the Intel-gfx
mailing list