Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c969 double Tpre_rounded = 0; in CalculatePrefetchSchedule() local
1099 Tpre_rounded = dst_y_prefetch_equ * LineTime; in CalculatePrefetchSchedule()
1130 if (Tpre_rounded - *Tno_bw > 0) in CalculatePrefetchSchedule()
1135 / (Tpre_rounded - *Tno_bw); in CalculatePrefetchSchedule()
1139 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (Tpre_rounded - Tsw_o… in CalculatePrefetchSchedule()
1140 … MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpre_rounded - Tsw_oto / 4 -… in CalculatePrefetchSchedule()
1143 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
1149 (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded); in CalculatePrefetchSchedule()
1153 if (Tpre_rounded - Tvm_trips_rounded > 0) in CalculatePrefetchSchedule()
1157 swath_width_chroma_ub * BytePerPixelC) / (Tpre_rounded - in CalculatePrefetchSchedule()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1014 double Tpre_rounded; local
1217 Tpre_rounded = dst_y_prefetch_equ * LineTime;
1257 if (Tpre_rounded - *Tno_bw > 0) {
1259 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw);
1265 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
1267 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - *Tno_bw);
1270 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0)
1271 …dMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw - 2 *…
1275 if (Tpre_rounded - Tvm_trips_rounded > 0) {
1277 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);
[all …]