Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c133 double *DestinationLinesForPrefetch,
686 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
845 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
847 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
866 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
871 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
878 (*DestinationLinesForPrefetch * LineTime - *Tno_bw - 2 * in CalculatePrefetchSchedule()
886 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule()
893 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule()
898 …MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (*DestinationLinesForPrefetch - dml_c… in CalculatePrefetchSchedule()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c138 double *DestinationLinesForPrefetch,
588 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
695 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
697 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
699 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1) in CalculatePrefetchSchedule()
719 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
725 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
773 *DestinationLinesForPrefetch in CalculatePrefetchSchedule()
857 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2186 &mode_lib->vba.DestinationLinesForPrefetch[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
H A Damdgpu_display_mode_vba_20.c113 double *DestinationLinesForPrefetch,
496 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
635 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
637 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
639 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1) in CalculatePrefetchSchedule()
659 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
665 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
713 *DestinationLinesForPrefetch in CalculatePrefetchSchedule()
797 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2152 &mode_lib->vba.DestinationLinesForPrefetch[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h681 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX]; member
H A Damdgpu_display_mode_vba.c133 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);