summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2014-12-05 20:03:31 -0500
committerRodrigo Vivi <rodrigo.vivi@intel.com>2015-04-16 11:08:37 -0700
commitb7b2ecbaefc86debf858141e3d8712a28cfb2b21 (patch)
tree0cf1b5963599ce7b80f58b4db5322d9eab92412e /tests
parent00992f7d86b6c821030738932a722c581fd75b5d (diff)
tests/kms_psr_sink_crc: Make plane_move visible to human eyes
this will allow manual tests when crc isn't available. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/kms_psr_sink_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c
index 120bd121..3d8a41e8 100644
--- a/tests/kms_psr_sink_crc.c
+++ b/tests/kms_psr_sink_crc.c
@@ -392,7 +392,7 @@ static void test_crc(data_t *data)
break;
case PLANE_MOVE:
/* Only in use when testing Sprite and Cursor */
- igt_plane_set_position(test_plane, 1, 1);
+ igt_plane_set_position(test_plane, 500, 500);
igt_display_commit(&data->display);
break;
case PLANE_ONOFF: