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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 1265 v->byte_per_pixel_detc[k] = 0.0;
1269 v->byte_per_pixel_detc[k] = 0.0;
1273 v->byte_per_pixel_detc[k] = 0.0;
1277 v->byte_per_pixel_detc[k] = 2.0;
1281 v->byte_per_pixel_detc[k] = 8.0f / 3.0f;
1287 v->read_bandwidth_plane_chroma[k] = v->swath_width_y[k] / 2.0 * v->dpp_per_plane[k] *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k] / 2.0;
1309 if (v->byte_per_pixel_detc[k] == 0.0) {
1319 v->data_fabric_line_delivery_time_chroma = v->swath_width_y[k] / 2.0 * v->swath_height_c[k] *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0) / (v->return_bw * v->read_bandwidth_plane_chroma[k] / v->dpp_per_plane[k] / v->total_data_read_bandwidth);
1350 if (v->byte_per_pixel_detc[k] > 0.0) {
1351 v->lines_in_detc[k] = v->det_buffer_size_c[k] / v->byte_per_pixel_detc[k] / (v->swath_width_y[k] / 2.0)
    [all...]
amdgpu_dcn_calcs.c 1068 v->byte_per_pixel_detc[k] = 0.0;
1071 v->byte_per_pixel_detc[k] = 0.0;
1074 v->byte_per_pixel_detc[k] = 0.0;
1077 v->byte_per_pixel_detc[k] = 2.0;
1080 v->byte_per_pixel_detc[k] = 8.0f / 3.0f;
1089 dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k] / 2.0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 402 float byte_per_pixel_detc[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars

Completed in 17 milliseconds