Searched refs:VRatioPrefetchC (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 759 double *VRatioPrefetchC, 858 double VRatioPrefetchC[],
|
H A D | display_mode_vba_util_32.c | 3437 double *VRatioPrefetchC, in dml32_CalculatePrefetchSchedule() 3738 *VRatioPrefetchC = 0; in dml32_CalculatePrefetchSchedule() 3974 *VRatioPrefetchC = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData; in dml32_CalculatePrefetchSchedule() 3975 *VRatioPrefetchC = dml_max(*VRatioPrefetchC, 1.0); in dml32_CalculatePrefetchSchedule() 3978 dml_print("DML::%s: VRatioPrefetchC = %f\n", __func__, *VRatioPrefetchC); in dml32_CalculatePrefetchSchedule() 3984 *VRatioPrefetchC = in dml32_CalculatePrefetchSchedule() 3985 dml_max(*VRatioPrefetchC, in dml32_CalculatePrefetchSchedule() 3989 *VRatioPrefetchC = dml_max(*VRatioPrefetchC, 1.0); in dml32_CalculatePrefetchSchedule() 3992 *VRatioPrefetchC = 0; in dml32_CalculatePrefetchSchedule() 3995 dml_print("DML::%s: VRatioPrefetchC = %f\n", __func__, *VRatioPrefetchC); in dml32_CalculatePrefetchSchedule() [all …]
|
H A D | display_mode_vba_32.c | 826 &v->VRatioPrefetchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 857 v->VRatioPrefetchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 903 || v->VRatioPrefetchC[k] > v->MaxVRatioPre) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1256 v->VRatioPrefetchC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 5503 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule() 5785 *p->VRatioPrefetchC = (double)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 5786 *p->VRatioPrefetchC = math_max2(*p->VRatioPrefetchC, 1.0); in CalculatePrefetchSchedule() 5789 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchC = %f\n", __func__, *p->VRatioPrefetchC); in CalculatePrefetchSchedule() 5795 …*p->VRatioPrefetchC = math_max2(*p->VRatioPrefetchC, (double)p->MaxNumSwathC * p->SwathHeightC / (… in CalculatePrefetchSchedule() 5799 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule() 5802 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchC = %f\n", __func__, *p->VRatioPrefetchC); in CalculatePrefetchSchedule() 5823 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule() 5847 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule() 5901 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 921 double VRatioPrefetchC[DC__NUM_DPP__MAX]; member
|
H A D | display_mode_vba.c | 144 dml_get_pipe_attr_func(vratio_prefetch_c, mode_lib->vba.VRatioPrefetchC);
|