From 74724476981c7258aa9b3cb96298bcf8a50c854a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 5 Jan 2017 11:43:15 +0000 Subject: tests: Add gem_exec_reuse Exploratory test into behaviour when reusing bo between batches. Signed-off-by: Chris Wilson --- lib/igt_gt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_gt.h') diff --git a/lib/igt_gt.h b/lib/igt_gt.h index 8d6c5733..e44b6db1 100644 --- a/lib/igt_gt.h +++ b/lib/igt_gt.h @@ -76,7 +76,7 @@ extern const struct intel_execution_engine { for (const struct intel_execution_engine *e__ = intel_execution_engines;\ e__->name; \ e__++) \ - for_if (gem_has_ring(fd, flags__ = e__->exec_id | e__->flags)) + for_if (gem_has_ring(fd__, flags__ = e__->exec_id | e__->flags)) #endif /* IGT_GT_H */ -- cgit v1.2.3