From 02a0a9ce9720337cf55b69531cf081d36118ffca Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 7 Jun 2017 13:31:51 -0700 Subject: 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 --- tests/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile.sources') 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) -- cgit v1.2.3