Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c111 double PrefetchSourceLinesY,
664 double PrefetchSourceLinesY, in CalculatePrefetchSchedule()
805 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
815 …prefetch_bw_oto = (PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + P… in CalculatePrefetchSchedule()
864 + PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
869 HostVMInefficiencyFactor + PrefetchSourceLinesY * in CalculatePrefetchSchedule()
877 * HostVMInefficiencyFactor + PrefetchSourceLinesY * in CalculatePrefetchSchedule()
885 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule()
951 *VRatioPrefetchY = (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
958 (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c113 double PrefetchSourceLinesY,
910 double PrefetchSourceLinesY, in CalculatePrefetchSchedule()
1074 Lsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC); in CalculatePrefetchSchedule()
1077 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLine… in CalculatePrefetchSchedule()
1132 + PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY in CalculatePrefetchSchedule()
1144 HostVMInefficiencyFactor + PrefetchSourceLinesY * in CalculatePrefetchSchedule()
1154 HostVMInefficiencyFactor + PrefetchSourceLinesY * in CalculatePrefetchSchedule()
1166 …PrefetchBandwidth4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceL… in CalculatePrefetchSchedule()
1266 *VRatioPrefetchY = (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
1271 *VRatioPrefetchY = dml_max((double) PrefetchSourceLinesY / LinesToRequestPrefetchPixelData, in CalculatePrefetchSchedule()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c90 double PrefetchSourceLinesY,
473 double PrefetchSourceLinesY, in CalculatePrefetchSchedule()
598 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
601 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
657 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
717 *VRatioPrefetchY = (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
724 (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
763 * ((double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
1893 mode_lib->vba.PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines( in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2129 mode_lib->vba.PrefetchSourceLinesY[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
Ddisplay_mode_vba_20v2.c115 double PrefetchSourceLinesY,
565 double PrefetchSourceLinesY, in CalculatePrefetchSchedule()
658 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
661 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
717 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
777 *VRatioPrefetchY = (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
784 (double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
823 * ((double) PrefetchSourceLinesY in CalculatePrefetchSchedule()
1929 mode_lib->vba.PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines( in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2163 mode_lib->vba.PrefetchSourceLinesY[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h716 double PrefetchSourceLinesY[DC__NUM_DPP__MAX]; member