summaryrefslogtreecommitdiff
path: root/lib/igt_gt.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-01-05 11:43:15 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-01-05 11:51:06 +0000
commit74724476981c7258aa9b3cb96298bcf8a50c854a (patch)
treecbc7b37f523a79d52eaf497ace9c69702779ad3d /lib/igt_gt.h
parent23df765a19c2e34d79b08ee17bff9e89e68f566c (diff)
tests: Add gem_exec_reuse
Exploratory test into behaviour when reusing bo between batches. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/igt_gt.h')
-rw-r--r--lib/igt_gt.h2
1 files changed, 1 insertions, 1 deletions
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 */