summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-08-28 16:45:22 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-08-28 18:25:07 +0100
commit93b8ad80f2691ae15dea78401db2b32d8cef7354 (patch)
treee9d106cd8767ff7b0d46d3196c0b65f6a6f9da8b /benchmarks/Makefile.sources
parent9d5e393da3f58c4d7bbdb61c96b01416e043836f (diff)
benchmarks/gem_busy: Exercise the busy ioctl
And include poll(dmabuf) for comparison. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 00d84ae8..f69d4f10 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -2,6 +2,7 @@ benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
benchmarks_prog_list = \
gem_blt \
+ gem_busy \
gem_create \
gem_exec_ctx \
gem_exec_fault \