kms_cursor_crc: Remove some test cases and change cursor to color
authorAntti Koskipaa <antti.koskipaa@linux.intel.com>
Thu, 10 Apr 2014 12:08:05 +0000 (15:08 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Apr 2014 13:16:38 +0000 (16:16 +0300)
commita593d613f9ccafa5ba95ec4b9542cd00eef1cc7b
treed7d9f579989b0781e9b4ee4e959ea578ffa772e0
parentb918a3ba15b510edfeb37a375ffacd5bdb5e1410
kms_cursor_crc: Remove some test cases and change cursor to color

Currently this test is quite useless, since it only checks for valid CRCs when
the correct output from a test is a completely black screen (invisible or visible
but black cursor, or cursor is offscreen) and disables the check when anything
visible is onscreen.

This patch changes the cursor to a colorful one and removes the test cases
that become redundant because of this change. The cursor is designed to be
asymmetrical such that future tests involving rotation, mirroring, etc. produce
different CRCs and failures can be detected.

This (temporarily) disables CRC testing until the next patch which will add
software rendering of the cursor and the CRC generation.

Signed-off-by: Antti Koskipaa <antti.koskipaa@linux.intel.com>
tests/kms_cursor_crc.c