From 376b813e7c60826357034f4ea40ffada514fbdc3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 3 Jul 2016 09:42:38 +0100 Subject: 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 --- lib/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.sources') 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 \ -- cgit v1.2.3