From: Antti Koskipaa Date: Thu, 10 Apr 2014 12:08:12 +0000 (+0300) Subject: kms_cursor_crc: Add background picture X-Git-Tag: intel-gpu-tools-1.7~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaef7ad37614f5d139b06d63b3052ae8cefe57ed;p=profile%2Fextras%2Fintel-gpu-tools.git kms_cursor_crc: Add background picture This gives the cursor something to be on, instead of just a black background. Slows the test down only one second over six minutes. Signed-off-by: Antti Koskipaa --- diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index e00abf5..589b164 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -115,6 +115,7 @@ static void do_single_test(test_data_t *test_data, int x, int y) printf("."); fflush(stdout); /* Hardware test */ + igt_paint_test_pattern(cr, test_data->screenw, test_data->screenh); cursor_enable(test_data); cursor = igt_output_get_plane(test_data->output, IGT_PLANE_CURSOR); igt_plane_set_position(cursor, x, y);