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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c 189 double total_prefetch_bw = 0.0; local in function:get_total_prefetch_bw
193 total_prefetch_bw += mode_lib->vba.PrefetchBandwidth[k];
194 return total_prefetch_bw;
amdgpu_display_mode_vba.c 189 double total_prefetch_bw = 0.0; local in function:get_total_prefetch_bw
193 total_prefetch_bw += mode_lib->vba.PrefetchBandwidth[k];
194 return total_prefetch_bw;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 457 float total_prefetch_bw = 0; local in function:dcn_bw_calc_rq_dlg_ttu
467 total_prefetch_bw += v->prefetch_bandwidth[i];
470 dlg_sys_param.total_flip_bw = v->return_bw - dcn_bw_max2(total_active_bw, total_prefetch_bw);
amdgpu_dcn_calcs.c 457 float total_prefetch_bw = 0; local in function:dcn_bw_calc_rq_dlg_ttu
467 total_prefetch_bw += v->prefetch_bandwidth[i];
470 dlg_sys_param.total_flip_bw = v->return_bw - dcn_bw_max2(total_active_bw, total_prefetch_bw);

Completed in 30 milliseconds