Searched refs:IGT_ROTATION_90 (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_rotation_crc.c | 93 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 …]
|
D | kms_big_fb.c | 280 (data->rotation == IGT_ROTATION_90 || in test_plane() 361 if (data->rotation == IGT_ROTATION_90 || in test_pipe() 598 { IGT_ROTATION_90, 90, },
|
D | kms_ccs.c | 235 igt_plane_set_rotation(primary, IGT_ROTATION_90); in try_config()
|
D | kms_plane_scaling.c | 169 IGT_ROTATION_90,
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 296 IGT_ROTATION_90 = 1 << 1, enumerator 304 (IGT_ROTATION_0 | IGT_ROTATION_90 | IGT_ROTATION_180 | IGT_ROTATION_270)
|
D | igt_kms.c | 4080 case IGT_ROTATION_90: in rotation_name()
|