Searched refs:sw_bytes (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c1075 unsigned int sw_bytes; local
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;

Completed in 137 milliseconds