Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h1102 double MaxVRatioPre,
H A Ddisplay_mode_vba_32.c902 if (v->VRatioPrefetchY[k] > v->MaxVRatioPre in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
903 || v->VRatioPrefetchC[k] > v->MaxVRatioPre) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
950 v->MaxVRatioPre, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
983 v->MaxVRatioPre, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3392 v->MaxVRatioPre, in dml32_ModeSupportAndSystemConfigurationFull()
3417 if (mode_lib->vba.VRatioPreY[i][j][k] > mode_lib->vba.MaxVRatioPre in dml32_ModeSupportAndSystemConfigurationFull()
3418 || mode_lib->vba.VRatioPreC[i][j][k] > mode_lib->vba.MaxVRatioPre in dml32_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_util_32.c3481 unsigned int max_vratio_pre = v->MaxVRatioPre; in dml32_CalculatePrefetchSchedule()
6174 double MaxVRatioPre, in dml32_CalculatePrefetchBandwithSupport() argument
6206 if (MaxVRatioPre == __DML_MAX_VRATIO_PRE__) in dml32_CalculatePrefetchBandwithSupport()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h266 double MaxVRatioPre; member
H A Ddisplay_mode_vba.c415 mode_lib->vba.MaxVRatioPre = soc->max_vratio_pre; in fetch_socbb_params()