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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 181 v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) * v->v_ratio[k] +dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / 2.0 * v->v_ratio[k] / 2) / (v->htotal[k] / v->pixel_clock[k]);
183 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256);
186 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 64);
189 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256);
192 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 512);
194 v->total_read_bandwidth_consumed_gbyte_per_second = v->total_read_bandwidth_consumed_gbyte_per_second + v->read_bandwidth[k] / 1000.0
    [all...]
amdgpu_dcn_calcs.c 466 total_active_bw += v->read_bandwidth[i];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 291 float read_bandwidth[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars

Completed in 40 milliseconds