1
0
mirror of https://github.com/tiagovignatti/intel-gpu-tools.git synced 2025-07-26 03:07:24 +00:00

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>
This commit is contained in:
Rodrigo Vivi 2014-12-05 20:03:31 -05:00
parent 00992f7d86
commit b7b2ecbaef

@ -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: