Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c968 double Tpre_rounded = 0; in CalculatePrefetchSchedule() local
1098 Tpre_rounded = dst_y_prefetch_equ * LineTime; in CalculatePrefetchSchedule()
1129 if (Tpre_rounded - *Tno_bw > 0) in CalculatePrefetchSchedule()
1134 / (Tpre_rounded - *Tno_bw); in CalculatePrefetchSchedule()
1138 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (Tpre_rounded - Tsw_o… in CalculatePrefetchSchedule()
1139 … MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpre_rounded - Tsw_oto / 4 -… in CalculatePrefetchSchedule()
1142 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
1148 (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded); in CalculatePrefetchSchedule()
1152 if (Tpre_rounded - Tvm_trips_rounded > 0) in CalculatePrefetchSchedule()
1156 swath_width_chroma_ub * BytePerPixelC) / (Tpre_rounded - in CalculatePrefetchSchedule()
[all …]