Searched refs:cursor_max_h (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_cursor_crc.c | 60 int cursor_max_w, cursor_max_h; member 616 data->cursor_max_w, data->cursor_max_h); in run_tests_on_pipe() 619 run_test(data, test_cursor_opaque, data->cursor_max_w, data->cursor_max_h); in run_tests_on_pipe() 622 run_test(data, test_cursor_transparent, data->cursor_max_w, data->cursor_max_h); in run_tests_on_pipe() 625 create_cursor_fb(data, data->cursor_max_w, data->cursor_max_h); in run_tests_on_pipe() 629 run_test(data, test_crc_random, data->cursor_max_w, data->cursor_max_h); in run_tests_on_pipe() 635 run_test(data, test_crc_random, data->cursor_max_w, data->cursor_max_h); in run_tests_on_pipe() 648 h <= data->cursor_max_h); in run_tests_on_pipe() 735 data.cursor_max_h = cursor_height;
|