Home
last modified time | relevance | path

Searched refs:prefetch_sw_bytes (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1021 double prefetch_sw_bytes; local
1169prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS…
1170 …prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerPlane, prefetch_sw_bytes /…
1173 Lsw_oto = dml_ceil(4 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1) / 4;
1221 if (prefetch_sw_bytes < dep_bytes)
1222 prefetch_sw_bytes = 2 * dep_bytes;
1259 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw);
1260 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1271 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…
1277 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);
[all …]