Searched refs:orthogonal_rotation (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/ |
| H A D | dc_spl.c | 508 bool *orthogonal_rotation, in spl_get_vp_scan_direction() argument 512 *orthogonal_rotation = false; in spl_get_vp_scan_direction() 519 *orthogonal_rotation = true; in spl_get_vp_scan_direction() 522 *orthogonal_rotation = true; in spl_get_vp_scan_direction() 608 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in spl_calculate_inits_and_viewports() local 631 &orthogonal_rotation, in spl_calculate_inits_and_viewports() 659 if (orthogonal_rotation) { in spl_calculate_inits_and_viewports() 709 if (orthogonal_rotation) { in spl_calculate_inits_and_viewports()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | dce_calcs.h | 367 bool orthogonal_rotation[maximum_number_of_surfaces]; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/basics/ |
| H A D | dce_calcs.c | 649 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 654 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 657 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 665 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 668 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 674 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 677 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 705 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() 715 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() 745 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() [all …]
|
| H A D | calcs_logger.h | 387 DC_LOG_BANDWIDTH_CALCS(" [bool] orthogonal_rotation[%d]:%d", i, data->orthogonal_rotation[i]); in print_bw_calcs_data()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 752 bool *orthogonal_rotation, in get_vp_scan_direction() argument 756 *orthogonal_rotation = false; in get_vp_scan_direction() 763 *orthogonal_rotation = true; in get_vp_scan_direction() 766 *orthogonal_rotation = true; in get_vp_scan_direction() 1261 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in calculate_inits_and_viewports() local 1283 &orthogonal_rotation, in calculate_inits_and_viewports() 1287 if (orthogonal_rotation) { in calculate_inits_and_viewports() 1332 if (orthogonal_rotation) { in calculate_inits_and_viewports()
|