Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c965 double prefetch_sw_bytes; local
1113prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS…
1114 …prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerPlane, prefetch_sw_bytes /…
1117 Lsw_oto = dml_ceil(4 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1) / 4;
1165 if (prefetch_sw_bytes < dep_bytes)
1166 prefetch_sw_bytes = 2 * dep_bytes;
1203 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw);
1204 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1215 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…
1221 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);
[all …]