summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-06-07 13:31:51 -0700
committerEric Anholt <eric@anholt.net>2017-11-21 09:59:27 -0800
commit02a0a9ce9720337cf55b69531cf081d36118ffca (patch)
tree2205fde7105e0b523728f9ec710c73c13615fcba /tests/Makefile.sources
parentaa97faa3828488478d97c1fce51650591681bdc9 (diff)
igt/vc4_tiling: Test vc4's new set/get_tiling ioctls.
This just checks that the appropriate errors get thrown, and that the modifier can be set/get successfully, and that the modifier doesn't leak to other BO allocations. Testing of scanout will be done with the writeback support that Boris is building. The modifier has no effect on V3D rendering, so no need to test that. v2: Add to the meson build. Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 2313c12b..320eb896 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -8,6 +8,7 @@ VC4_TESTS = \
vc4_create_bo \
vc4_dmabuf_poll \
vc4_lookup_fail \
+ vc4_tiling \
vc4_wait_bo \
vc4_wait_seqno \
$(NULL)