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>
This commit is contained in:
Ander Conselvan de Oliveira
2014-04-02 15:31:38 +03:00
committed by Daniel Vetter
parent cc730c418f
commit ddf8cc107e
2 changed files with 147 additions and 0 deletions
+1
View File
@@ -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 \