diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-06-29 23:31:34 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-11-07 11:20:28 +0000 |
commit | 874a2072251d94f7e6c6565932cc36b7df2dfc6b (patch) | |
tree | c02651fdf1f5949eb124efddda89263eb3e60c0f /tests/Makefile.sources | |
parent | b521706275bd2c13341b964b5feb2de3eb64d323 (diff) |
igt: Add exerciser for execbuf fence-out <-> fence-in
When execbuf2 supports explicit fencing with sync_file in/out fences
(via a fence-fd), we can control execution via the fence.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r-- | tests/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources index ddd8d7ac..1938944b 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -36,6 +36,7 @@ TESTS_progs_M = \ gem_exec_basic \ gem_exec_create \ gem_exec_faulting_reloc \ + gem_exec_fence \ gem_exec_flush \ gem_exec_gttfill \ gem_exec_latency \ |