From 8753f7769202607ecfd3d2705728ab7665e62864 Mon Sep 17 00:00:00 2001 From: marius vlad Date: Mon, 25 Apr 2016 15:25:00 +0300 Subject: [PATCH] tests/gem_busy: Fix passing invalid fd for basic-parallel-* tests. Caught by check target. Signed-off-by: Marius Vlad Reviewed-by: Chris Wilson Signed-off-by: Marius Vlad --- tests/gem_busy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_busy.c b/tests/gem_busy.c index d81604de..af634c58 100644 --- a/tests/gem_busy.c +++ b/tests/gem_busy.c @@ -407,8 +407,8 @@ igt_main e->exec_id == I915_EXEC_BSD, "MI_STORE_DATA broken on gen6 bsd\n"); gem_quiescent_gpu(fd); - } one(fd, e->exec_id, e->flags, PARALLEL); + } } }