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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 275 struct bw_fixed source_height_pixels; member in struct:bw_calcs_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
calcs_logger.h 231 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] source_height_pixels: %d", bw_fixed_to_int(data->source_height_pixels));
amdgpu_dce_calcs.c 458 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation);
464 data->source_height_pixels = data->src_height_after_rotation;
470 data->source_height_pixels = data->src_height_after_rotation;
488 data->source_height_rounded_up_to_chunks[i] = data->source_height_pixels;

Completed in 39 milliseconds