[Intel-gfx] [PATCH i-g-t] tests/gem_busy: Fix passing invalid fd for basic-parallel-* tests.

Marius Vlad marius.c.vlad at intel.com
Mon Apr 25 12:25:00 UTC 2016


Caught by check target.

Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
---
 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 d81604d..af634c5 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);
+			}
 		}
 	}
 
-- 
2.8.0.rc3



More information about the Intel-gfx mailing list