Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c951 double Tsw_oto = 0; in CalculatePrefetchSchedule() local
1076 Tsw_oto = Lsw_oto * LineTime; in CalculatePrefetchSchedule()
1078 …_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) / Tsw_oto; in CalculatePrefetchSchedule()
1139 …Startup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (Tpre_rounded - Tsw_oto / 4 - 0.75 * Line… in CalculatePrefetchSchedule()
1140 … + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpre_rounded - Tsw_oto / 4 - 0.75 * Line… in CalculatePrefetchSchedule()
1162 …VStartup && (PrefetchBandwidth3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_oto / 4 - 0.75 * Line… in CalculatePrefetchSchedule()
1163 … + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpre_rounded - Tsw_oto / 4 - 0.75 * Line… in CalculatePrefetchSchedule()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c509 double Tsw_oto; in CalculatePrefetchSchedule() local
598 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
603 / Tsw_oto; in CalculatePrefetchSchedule()
625 Tpre_oto = Tvm_oto + Tr0_oto + Tsw_oto; in CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_20v2.c599 double Tsw_oto; in CalculatePrefetchSchedule() local
658 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
663 / Tsw_oto; in CalculatePrefetchSchedule()
685 Tpre_oto = Tvm_oto + Tr0_oto + Tsw_oto; in CalculatePrefetchSchedule()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c703 double Tsw_oto; in CalculatePrefetchSchedule() local
805 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
815 …ETY, 1) + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) / Tsw_oto; in CalculatePrefetchSchedule()
834 Tsw_oto_lines = dml_ceil(4 * Tsw_oto / LineTime, 1) / 4.0; in CalculatePrefetchSchedule()