tests/kms_chv_cursor_fail: Add a test to exercise CHV pipe C cursor fail

The test tries to anger CHV pipe C cursor by walking the edges of the
screen while moving the cursor across the screen edge.

The actual hw issue only occurs on pipe C, and only on the left screen
edge. The testcase can walk all the edges though, and on all pipes, just
so I could make sure the failure doesn't occur there.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
Ville Syrjälä
2015-12-18 14:21:27 +02:00
parent a7a2c76a80
commit a7882a31cb
2 changed files with 426 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ TESTS_progs_M = \
gem_write_read_ring_switch \
kms_addfb_basic \
kms_atomic \
kms_chv_cursor_fail \
kms_cursor_crc \
kms_draw_crc \
kms_fbc_crc \