Home
last modified time | relevance | path

Searched refs:orthogonal_rotation (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c699 bool *orthogonal_rotation, in get_vp_scan_direction() argument
703 *orthogonal_rotation = false; in get_vp_scan_direction()
710 *orthogonal_rotation = true; in get_vp_scan_direction()
713 *orthogonal_rotation = true; in get_vp_scan_direction()
1005 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in calculate_inits_and_viewports() local
1033 &orthogonal_rotation, in calculate_inits_and_viewports()
1037 if (orthogonal_rotation) { in calculate_inits_and_viewports()
1082 if (orthogonal_rotation) { in calculate_inits_and_viewports()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h367 bool orthogonal_rotation[maximum_number_of_surfaces]; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c651 data->orthogonal_rotation[i] = 1; in calculate_bandwidth()
656 data->orthogonal_rotation[i] = 0; in calculate_bandwidth()
659 data->orthogonal_rotation[i] = 1; in calculate_bandwidth()
667 data->orthogonal_rotation[i] = 0; in calculate_bandwidth()
670 data->orthogonal_rotation[i] = 1; in calculate_bandwidth()
676 data->orthogonal_rotation[i] = 0; in calculate_bandwidth()
679 data->orthogonal_rotation[i] = 1; in calculate_bandwidth()
707 if (data->orthogonal_rotation[i]) { in calculate_bandwidth()
717 if (data->orthogonal_rotation[i]) { in calculate_bandwidth()
747 if (data->orthogonal_rotation[i]) { in calculate_bandwidth()
[all …]
Dcalcs_logger.h387 DC_LOG_BANDWIDTH_CALCS(" [bool] orthogonal_rotation[%d]:%d", i, data->orthogonal_rotation[i]); in print_bw_calcs_data()