summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2014-04-02 15:31:38 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-04-14 09:37:53 +0200
commitddf8cc107e3b78e4c8200b083ed298c24eec1f03 (patch)
treee6851c232ac5bcc5cd4a0f587ba1fb8d85c3f3d7 /tests/Makefile.sources
parentcc730c418f44245c49776059b2564f54da4449e6 (diff)
test: Add test for checking if page flip changes tiling
Test that a page flip from a tiled buffer to a linear one works correctly. First, it sets the crtc with the linear buffer andr generate a reference crc for the pipe. Then, the crtc is set with the tiled one and page flip to the linear one issued. A new crc is generated and compared to the rerence one. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
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 bf02a480..b81cd002 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -59,6 +59,7 @@ TESTS_progs_M = \
kms_cursor_crc \
kms_fbc_crc \
kms_flip \
+ kms_flip_tiling
kms_pipe_crc_basic \
kms_plane \
kms_render \