From 6c9fcc42bb3ef448fdea579795816f7321f8bd75 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Sat, 9 Nov 2013 20:58:27 +0200 Subject: kms_fbc_crc: Add a CRC based FBC test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kms_fbc_crc will perform various write operations to the scanout buffer whilc FBC is enabled. CRC checks will be used to make sure the modifcations to scanout buffer are detected. The operations include: - page flip - GTT mmap - CPU mmap - blit - rendercopy - context switch + rendercopy - combination of a page flip and each operation listed above v2: Use gem_sw_finish instead of drmModeDirtyFB after CPU access v3: Drop pwrite tests, call gem_bo_busy() after rendering, drop set_domain() calls after mmap access, wait for 2 vblanks Signed-off-by: Ville Syrjälä --- 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 a02b93d1..d201809b 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -49,6 +49,7 @@ TESTS_progs_M = \ gem_write_read_ring_switch \ kms_addfb \ kms_cursor_crc \ + kms_fbc_crc \ kms_flip \ kms_pipe_crc_basic \ kms_render \ -- cgit v1.2.3