Searched refs:igt_plane_set_rotation (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_rotation_crc.c | 177 igt_plane_set_rotation(plane, IGT_ROTATION_0); in prepare_crtc() 209 igt_plane_set_rotation(plane, IGT_ROTATION_0); in prepare_fbs() 297 igt_plane_set_rotation(plane, IGT_ROTATION_0); in prepare_fbs() 325 igt_plane_set_rotation(plane, data->rotation); in test_single_case() 470 igt_plane_set_rotation(planes[c].plane, planeinfo[c].rotation_hw); in get_multiplane_crc() 679 igt_plane_set_rotation(plane, IGT_ROTATION_0); in test_plane_rotation_exhaust_fences() 682 igt_plane_set_rotation(plane, IGT_ROTATION_90); in test_plane_rotation_exhaust_fences()
|
D | kms_ccs.c | 233 igt_plane_set_rotation(primary, IGT_ROTATION_180); in try_config() 235 igt_plane_set_rotation(primary, IGT_ROTATION_90); in try_config() 257 igt_plane_set_rotation(primary, IGT_ROTATION_0); in try_config()
|
D | kms_big_fb.c | 270 igt_plane_set_rotation(plane, data->rotation); in test_plane() 298 igt_plane_set_rotation(plane, IGT_ROTATION_0); in test_plane()
|
D | kms_plane_scaling.c | 160 igt_plane_set_rotation(plane, rot); in check_scaling_pipe_plane_rot()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 432 void igt_plane_set_rotation(igt_plane_t *plane, igt_rotation_t rotation);
|
D | igt_kms.c | 4100 void igt_plane_set_rotation(igt_plane_t *plane, igt_rotation_t rotation) in igt_plane_set_rotation() function
|