Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1126 double PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule() local
1144 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule()
1151 PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()
1188 if (PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()
1189 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in CalculatePrefetchSchedule()
1190 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips_… in CalculatePrefetchSchedule()
1213 prefetch_bw_equ = PrefetchBandwidth2; in CalculatePrefetchSchedule()
/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()