mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
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 <antti.koskipaa@linux.intel.com>
This commit is contained in:
parent
fafcff90a8
commit
aaef7ad376
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user