Home
last modified time | relevance | path

Searched refs:igt_plane_set_rotation (Results 1 – 6 of 6) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c177 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()
Dkms_ccs.c233 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()
Dkms_big_fb.c270 igt_plane_set_rotation(plane, data->rotation); in test_plane()
298 igt_plane_set_rotation(plane, IGT_ROTATION_0); in test_plane()
Dkms_plane_scaling.c160 igt_plane_set_rotation(plane, rot); in check_scaling_pipe_plane_rot()
/external/igt-gpu-tools/lib/
Digt_kms.h432 void igt_plane_set_rotation(igt_plane_t *plane, igt_rotation_t rotation);
Digt_kms.c4100 void igt_plane_set_rotation(igt_plane_t *plane, igt_rotation_t rotation) in igt_plane_set_rotation() function