Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c127 double *DestinationLinesForPrefetch,
680 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
839 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
841 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
860 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
865 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
872 (*DestinationLinesForPrefetch * LineTime - *Tno_bw - 2 * in CalculatePrefetchSchedule()
880 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule()
887 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule()
892 …MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (*DestinationLinesForPrefetch - dml_c… in CalculatePrefetchSchedule()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c107 double *DestinationLinesForPrefetch,
490 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
629 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
631 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
633 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1) in CalculatePrefetchSchedule()
653 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
659 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
707 *DestinationLinesForPrefetch in CalculatePrefetchSchedule()
791 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2146 &mode_lib->vba.DestinationLinesForPrefetch[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
Ddisplay_mode_vba_20v2.c131 double *DestinationLinesForPrefetch,
581 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
688 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
690 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
692 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1) in CalculatePrefetchSchedule()
712 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
718 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
766 *DestinationLinesForPrefetch in CalculatePrefetchSchedule()
850 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2179 &mode_lib->vba.DestinationLinesForPrefetch[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h678 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX]; member
Ddisplay_mode_vba.c129 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);