Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c93 if (rotation & IGT_ROTATION_90) { in rotate_colors()
248 if (data->rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) { in prepare_fbs()
326 if (data->rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_single_case()
348 if (data->rotation == IGT_ROTATION_90 || data->rotation == IGT_ROTATION_270) in test_single_case()
452 if (planeinfo[c].rotation_sw & (IGT_ROTATION_90 | IGT_ROTATION_270)) in get_multiplane_crc()
466 if (planeinfo[c].rotation_hw & (IGT_ROTATION_90 | IGT_ROTATION_270)) in get_multiplane_crc()
541 {IGT_ROTATION_90, .2f, .4f, LOCAL_I915_FORMAT_MOD_Y_TILED }, in test_multi_plane_rotation()
542 {IGT_ROTATION_90, .2f, .4f, LOCAL_I915_FORMAT_MOD_Yf_TILED }, in test_multi_plane_rotation()
595 (planeconfigs[i].rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_multi_plane_rotation()
600 (planeconfigs[j].rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_multi_plane_rotation()
[all …]
Dkms_big_fb.c280 (data->rotation == IGT_ROTATION_90 || in test_plane()
361 if (data->rotation == IGT_ROTATION_90 || in test_pipe()
598 { IGT_ROTATION_90, 90, },
Dkms_ccs.c235 igt_plane_set_rotation(primary, IGT_ROTATION_90); in try_config()
Dkms_plane_scaling.c169 IGT_ROTATION_90,
/external/igt-gpu-tools/lib/
Digt_kms.h296 IGT_ROTATION_90 = 1 << 1, enumerator
304 (IGT_ROTATION_0 | IGT_ROTATION_90 | IGT_ROTATION_180 | IGT_ROTATION_270)
Digt_kms.c4080 case IGT_ROTATION_90: in rotation_name()