[Intel-gfx] [PATCH 3/3] test/gem_dummy_reloc_loop: add tests for dual bsd ring
Zhipeng Gong
zhipeng.gong at intel.com
Thu Aug 7 09:49:25 CEST 2014
Signed-off-by: Zhipeng Gong <zhipeng.gong at intel.com>
---
tests/gem_dummy_reloc_loop.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/tests/gem_dummy_reloc_loop.c b/tests/gem_dummy_reloc_loop.c
index 4fe0786..6913537 100644
--- a/tests/gem_dummy_reloc_loop.c
+++ b/tests/gem_dummy_reloc_loop.c
@@ -265,6 +265,22 @@ igt_main
}
#endif
+ igt_subtest("bsd-ring1") {
+ igt_require(gem_has_bsd2(fd));
+ sleep(2);
+ igt_info("running dummy loop on bsd-ring1\n");
+ dummy_reloc_loop(I915_EXEC_BSD|I915_EXEC_BSD_RING1);
+ igt_info("dummy loop run on bsd-ring1 completed\n");
+ }
+
+ igt_subtest("bsd-ring2") {
+ igt_require(gem_has_bsd2(fd));
+ sleep(2);
+ igt_info("running dummy loop on bsd-ring2\n");
+ dummy_reloc_loop(I915_EXEC_BSD|I915_EXEC_BSD_RING2);
+ igt_info("dummy loop run on bsd-ring2 completed\n");
+ }
+
igt_subtest("mixed") {
if (num_rings > 1) {
sleep(2);
--
2.0.3
More information about the Intel-gfx
mailing list