Confirm we have the available HW before asserting it succeeds. Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> --- tests/gem_cpu_reloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gem_cpu_reloc.c b/tests/gem_cpu_reloc.c index 882c312d4..e3bbcd239 100644 --- a/tests/gem_cpu_reloc.c +++ b/tests/gem_cpu_reloc.c @@ -167,6 +167,7 @@ static void run_test(int fd, int count) use_blt = 0; if (intel_gen(noop) >= 6) use_blt = I915_EXEC_BLT; + gem_require_ring(fd, use_blt); if (intel_gen(noop) >= 8) { batch = gen8_batch; -- 2.17.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx