amdgpu_dml1_display_rq_dlg_calc.c | 1075 unsigned int sw_bytes; local in function:dml1_rq_dlg_get_dlg_params 1373 sw_bytes = 0; 1386 sw_bytes = sw_bytes_ub_l + sw_bytes_ub_c; 1388 sw_bytes = sw_bytes_ub_l; 1392 DTRACE("DLG: %s: sw_bytes = %d", __func__, sw_bytes); 1397 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us;
|