[Intel-gfx] [PATCH i-g-t 04/15] tests/kms_psr_sink_crc: Make plane_move visible to human eyes
Rodrigo Vivi
rodrigo.vivi at intel.com
Mon Jan 12 10:21:56 PST 2015
this will allow manual tests when crc isn't available.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
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 865ac70..155c25f 100644
--- a/tests/kms_psr_sink_crc.c
+++ b/tests/kms_psr_sink_crc.c
@@ -377,7 +377,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:
--
2.1.0
More information about the Intel-gfx
mailing list