amdgpu_dml1_display_rq_dlg_calc.c | 1077 double prefetch_bw; local in function:dml1_rq_dlg_get_dlg_params 1397 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us; 1404 dml_max((double) vm_bytes / prefetch_bw, t_vm_us)); 1417 (double) (dpte_row_bytes + meta_row_bytes) / prefetch_bw, 1464 DTRACE("DLG: %s: prefetch_bw = %3.2f", __func__, prefetch_bw);
|