From b7b2ecbaefc86debf858141e3d8712a28cfb2b21 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Fri, 5 Dec 2014 20:03:31 -0500 Subject: [PATCH] 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 --- tests/kms_psr_sink_crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: