summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-01-22 18:04:29 -0800
committerEric Anholt <eric@anholt.net>2016-02-08 16:34:13 -0800
commit4880e13d04c005c1d7918b4499be45704dea9aca (patch)
tree02d277294735d598688d7d2257de506afe1a9fc3 /lib/Makefile.sources
parent7f421acb60793f5b25a8af5f668197331ba09d2a (diff)
igt: Add a helper function for getting a VC4 BO that's been drawn to.
v2: Use do_ioctl(). Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Daniel Stone <daniels@collabora.com>
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 49998680..8a8143f2 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -16,6 +16,8 @@ libintel_tools_la_SOURCES = \
igt_gt.h \
igt_stats.c \
igt_stats.h \
+ igt_vc4.c \
+ igt_vc4.h \
instdone.c \
instdone.h \
intel_batchbuffer.c \