Searched refs:IGT_ROTATION_270 (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_rotation_crc.c | 105 } else if (rotation & IGT_ROTATION_270) { 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() 547 {IGT_ROTATION_270, .2f, .4f, LOCAL_I915_FORMAT_MOD_Y_TILED }, in test_multi_plane_rotation() 548 {IGT_ROTATION_270, .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 | 281 data->rotation == IGT_ROTATION_270)) { in test_plane() 362 data->rotation == IGT_ROTATION_270) in test_pipe() 600 { IGT_ROTATION_270, 270, },
|
D | kms_plane_scaling.c | 171 IGT_ROTATION_270,
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 298 IGT_ROTATION_270 = 1 << 3, enumerator 304 (IGT_ROTATION_0 | IGT_ROTATION_90 | IGT_ROTATION_180 | IGT_ROTATION_270)
|
D | igt_kms.c | 4084 case IGT_ROTATION_270: in rotation_name()
|