Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3741 double PrefetchBandwidth2; in dml32_CalculatePrefetchSchedule() local
3761 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / in dml32_CalculatePrefetchSchedule()
3764 PrefetchBandwidth2 = 0; in dml32_CalculatePrefetchSchedule()
3795 dml_print("DML::%s: PrefetchBandwidth2: %f\n", __func__, PrefetchBandwidth2); in dml32_CalculatePrefetchSchedule()
3817 if (PrefetchBandwidth2 > 0) { in dml32_CalculatePrefetchSchedule()
3818 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in dml32_CalculatePrefetchSchedule()
3821 / PrefetchBandwidth2 < Tr0_trips_rounded) { in dml32_CalculatePrefetchSchedule()
3846 prefetch_bw_equ = PrefetchBandwidth2; in dml32_CalculatePrefetchSchedule()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1057 double PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule() local
1075 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule()
1082 PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()
1119 if (PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()
1120 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in CalculatePrefetchSchedule()
1121 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips_… in CalculatePrefetchSchedule()
1144 prefetch_bw_equ = PrefetchBandwidth2; in CalculatePrefetchSchedule()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1145 double PrefetchBandwidth2; local
1163PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…
1165 PrefetchBandwidth2 = 0;
1206 if (PrefetchBandwidth2 > 0) {
1207 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= Tvm_trips…
1208 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips…
1231 prefetch_bw_equ = PrefetchBandwidth2;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1166 double PrefetchBandwidth2; local
1184PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…
1186 PrefetchBandwidth2 = 0;
1227 if (PrefetchBandwidth2 > 0) {
1228 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= Tvm_trips…
1229 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips…
1252 prefetch_bw_equ = PrefetchBandwidth2;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c873 double PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule() local
903PrefetchBandwidth2 >= UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicL… in CalculatePrefetchSchedule()
904 *PrefetchBandwidth = PrefetchBandwidth2; in CalculatePrefetchSchedule()