diff options
author | marius vlad <marius.c.vlad@intel.com> | 2016-04-25 15:25:00 +0300 |
---|---|---|
committer | Marius Vlad <marius.c.vlad@intel.com> | 2016-04-25 15:56:37 +0300 |
commit | 8753f7769202607ecfd3d2705728ab7665e62864 (patch) | |
tree | 9bb9df418d07cc52fa188ad24a882bef9ace449a /tests/gem_busy.c | |
parent | b7135575e7dfb7b610afeb08ac2b70f50d28c79e (diff) |
tests/gem_busy: Fix passing invalid fd for basic-parallel-* tests.
Caught by check target.
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'tests/gem_busy.c')
-rw-r--r-- | tests/gem_busy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); + } } } |