summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-07-03 09:42:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-07-03 11:23:05 +0100
commit376b813e7c60826357034f4ea40ffada514fbdc3 (patch)
tree12d829ab778cd16e0b41eea88d8153163e624485 /lib/Makefile.sources
parent3e765840129a17b462565f7b48dfe9d9792b292f (diff)
igt/gem_exec_gttfill: Reduce overhead in setting up filler batches
Since all the batches start with the same content, we can reuse the same buf to fill them. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 8cad9d57..21adb307 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -16,6 +16,8 @@ libintel_tools_la_SOURCES = \
igt_gt.h \
igt_gvt.c \
igt_gvt.h \
+ igt_rand.c \
+ igt_rand.h \
igt_stats.c \
igt_stats.h \
igt_sysfs.c \