Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1127 double PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule() local
1154 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * in CalculatePrefetchSchedule()
1160 PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule()
1162 …if (VStartup == MaxVStartup && (PrefetchBandwidth3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_ot… in CalculatePrefetchSchedule()
1163PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpr… in CalculatePrefetchSchedule()
1199 if (PrefetchBandwidth3 > 0) { in CalculatePrefetchSchedule()
1200 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth3 in CalculatePrefetchSchedule()
1201 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth3 >= Tr0_trips… in CalculatePrefetchSchedule()
1215 prefetch_bw_equ = PrefetchBandwidth3; in CalculatePrefetchSchedule()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1254 double PrefetchBandwidth3; local
1276 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor
1278 Tsw_est3 = prefetch_sw_bytes / PrefetchBandwidth3;
1280 PrefetchBandwidth3 = 0;
1286 dml_print("DML::%s: PrefetchBandwidth3: %f\n", __func__, PrefetchBandwidth3);
1289 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor)
1325 if (PrefetchBandwidth3 > 0) {
1326 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth3 < Tvm_trips_…
1327 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth3 >= Tr0_trip…
1341 prefetch_bw_equ = PrefetchBandwidth3;
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c879 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow in CalculatePrefetchSchedule() local
903PrefetchBandwidth3 < UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLe… in CalculatePrefetchSchedule()
904 *PrefetchBandwidth = PrefetchBandwidth3; in CalculatePrefetchSchedule()