Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1125 double PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule() local
1143 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule()
1150 PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()
1187 if (PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()
1188 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in CalculatePrefetchSchedule()
1189 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips_… in CalculatePrefetchSchedule()
1212 prefetch_bw_equ = PrefetchBandwidth2; in CalculatePrefetchSchedule()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c868 double PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule() local
898PrefetchBandwidth2 >= UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicL… in CalculatePrefetchSchedule()
899 *PrefetchBandwidth = PrefetchBandwidth2; in CalculatePrefetchSchedule()