Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h755 double *PrefetchBandwidth,
H A Ddisplay_mode_vba_util_32.c3433 double *PrefetchBandwidth, in dml32_CalculatePrefetchSchedule()
3734 *PrefetchBandwidth = 0; in dml32_CalculatePrefetchSchedule()
3894 *PrefetchBandwidth = prefetch_bw_oto; in dml32_CalculatePrefetchSchedule()
3920 *PrefetchBandwidth = prefetch_bw_equ; in dml32_CalculatePrefetchSchedule()
4103 *PrefetchBandwidth = 0; in dml32_CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_32.c822 &v->PrefetchBandwidth[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
948 v->PrefetchBandwidth, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
981 v->PrefetchBandwidth, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h910 double PrefetchBandwidth[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c239 total_prefetch_bw += mode_lib->vba.PrefetchBandwidth[k]; in get_total_prefetch_bw()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c109 double *PrefetchBandwidth,
772 double *PrefetchBandwidth, in CalculatePrefetchSchedule()
956 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
1087 *PrefetchBandwidth = prefetch_bw_oto; in CalculatePrefetchSchedule()
1092 *PrefetchBandwidth = prefetch_bw_equ; in CalculatePrefetchSchedule()
1189 *PrefetchBandwidth = 0; in CalculatePrefetchSchedule()
2373 &v->PrefetchBandwidth[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c784 dml_float_t *PrefetchBandwidth,
5980 dml_float_t *PrefetchBandwidth, in CalculatePrefetchBandwithSupport() argument
5992 *PrefetchBandwidth = 0; in CalculatePrefetchBandwithSupport()
5994 *PrefetchBandwidth = *PrefetchBandwidth + dml_max3(NumberOfDPP[k] * prefetch_vmrow_bw[k], in CalculatePrefetchBandwithSupport()
6012 *PrefetchBandwidthSupport = (*PrefetchBandwidth <= ReturnBW) && !NotEnoughUrgentLatencyHiding; in CalculatePrefetchBandwithSupport()
6013 *FractionOfUrgentBandwidth = *PrefetchBandwidth / ReturnBW; in CalculatePrefetchBandwithSupport()
6017 dml_print("DML::%s: PrefetchBandwidth = %f\n", __func__, *PrefetchBandwidth); in CalculatePrefetchBandwithSupport()