Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c134 double *PrefetchBandwidth,
687 double *PrefetchBandwidth, in CalculatePrefetchSchedule()
860 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
902 *PrefetchBandwidth = PrefetchBandwidth1; in CalculatePrefetchSchedule()
904 *PrefetchBandwidth = PrefetchBandwidth2; in CalculatePrefetchSchedule()
906 *PrefetchBandwidth = PrefetchBandwidth3; in CalculatePrefetchSchedule()
908 *PrefetchBandwidth = PrefetchBandwidth4; in CalculatePrefetchSchedule()
912 …dml_max(*Tno_bw + (double) PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / *PrefetchBandwidth, in CalculatePrefetchSchedule()
927 / *PrefetchBandwidth, in CalculatePrefetchSchedule()
1051 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c139 double *PrefetchBandwidth,
589 double *PrefetchBandwidth, in CalculatePrefetchSchedule()
713 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
720 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
731 / *PrefetchBandwidth, in CalculatePrefetchSchedule()
749 / *PrefetchBandwidth, in CalculatePrefetchSchedule()
852 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
2187 &mode_lib->vba.PrefetchBandwidth[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2288 mode_lib->vba.PrefetchBandwidth[k]); in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
H A Damdgpu_display_mode_vba_20.c114 double *PrefetchBandwidth,
497 double *PrefetchBandwidth, in CalculatePrefetchSchedule()
653 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
660 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
671 / *PrefetchBandwidth, in CalculatePrefetchSchedule()
689 / *PrefetchBandwidth, in CalculatePrefetchSchedule()
792 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
2153 &mode_lib->vba.PrefetchBandwidth[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2254 mode_lib->vba.PrefetchBandwidth[k]); in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h669 double PrefetchBandwidth[DC__NUM_DPP__MAX]; member
H A Damdgpu_display_mode_vba.c193 total_prefetch_bw += mode_lib->vba.PrefetchBandwidth[k]; in get_total_prefetch_bw()