summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-10-18 17:44:42 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2013-10-21 20:00:32 +0300
commit08c27e3e3899f5063ac3eef44a4dbb6201568b47 (patch)
treeb9686526dc93a024c0993c846c580985b0ac7b4f /tests/Makefile.am
parent0786d5cc8f258c7f403a22d8234ebb81837baa70 (diff)
kms_cursor_crc: Add a cursor test using CRCs
Use the display CRC support to validate cursor plane functionality. The test will position the cursor plane either fully onscreen, partially onscreen, or fully offscreen, using either a fully opaque or fully transparent surface. In each case it then reads the PF CRC and compares it with the CRC value obtained when the cursor plane was disabled. v2: Loop over all connectors and crtcs Use igt_wait_for_vblank Test more corner cases Add some progress indication ala. kms_flip Make it work for pf and pipe sources Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 843c7d20..93585e93 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,6 +52,7 @@ TESTS_progs_M = \
gem_tiled_partial_pwrite_pread \
gem_write_read_ring_switch \
kms_addfb \
+ kms_cursor_crc \
kms_flip \
kms_render \
kms_setmode \