HomeSort by: relevance | last modified time | path
    Searched refs:orthogonal_rotation (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 518 bool *orthogonal_rotation,
522 *orthogonal_rotation = false;
529 *orthogonal_rotation = true;
532 *orthogonal_rotation = true;
553 bool orthogonal_rotation, flip_y_start, flip_x_start; local in function:calculate_viewport
588 &orthogonal_rotation,
592 if (orthogonal_rotation) {
618 if (orthogonal_rotation) {
845 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; local in function:calculate_inits_and_adj_vp
853 &orthogonal_rotation,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 369 bool orthogonal_rotation[maximum_number_of_surfaces]; member in struct:bw_calcs_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 641 data->orthogonal_rotation[i] = 1;
646 data->orthogonal_rotation[i] = 0;
649 data->orthogonal_rotation[i] = 1;
657 data->orthogonal_rotation[i] = 0;
660 data->orthogonal_rotation[i] = 1;
666 data->orthogonal_rotation[i] = 0;
669 data->orthogonal_rotation[i] = 1;
697 if (data->orthogonal_rotation[i]) {
707 if (data->orthogonal_rotation[i]) {
737 if (data->orthogonal_rotation[i])
    [all...]
calcs_logger.h 389 DC_LOG_BANDWIDTH_CALCS(" [bool] orthogonal_rotation[%d]:%d", i, data->orthogonal_rotation[i]);

Completed in 14 milliseconds