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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 271 struct bw_fixed src_width_after_rotation; member in struct:bw_calcs_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
calcs_logger.h 225 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] src_width_after_rotation: %d",
226 bw_fixed_to_int(data->src_width_after_rotation));
amdgpu_dce_calcs.c 444 data->src_width_after_rotation = data->src_height_after_surface_type;
450 data->src_width_after_rotation = data->src_width_after_surface_type;
457 data->source_width_pixels[i] = data->src_width_after_rotation;
463 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation);
469 data->source_width_pixels[i] = data->src_width_after_rotation;

Completed in 46 milliseconds