mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
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:
committed by
Daniel Vetter
parent
cc730c418f
commit
ddf8cc107e
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user