Home
last modified time | relevance | path

Searched refs:MaxVStartup (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h376 double MaxVStartup; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c98 unsigned int MaxVStartup,
895 unsigned int MaxVStartup, in CalculatePrefetchSchedule() argument
1139 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (Tpre_rounded - Tsw_o… in CalculatePrefetchSchedule()
1162 …if (VStartup == MaxVStartup && (PrefetchBandwidth3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_ot… in CalculatePrefetchSchedule()
4908 v->MaxVStartup = v->NextMaxVStartup; in dml30_ModeSupportAndSystemConfigurationFull()
4947 dml_min(v->MaxVStartup, v->MaximumVStartup[i][j][k]), in dml30_ModeSupportAndSystemConfigurationFull()
5158 if (v->MaxVStartup <= 13 || v->AnyLinesForVMOrRowTooLarge == false) { in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c97 unsigned int MaxVStartup,
650 unsigned int MaxVStartup, in CalculatePrefetchSchedule() argument
896 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (*DestinationLinesFor… in CalculatePrefetchSchedule()
3469 dml_min(mode_lib->vba.MaxVStartup, locals->MaximumVStartup[0][0][k]), in CalculatePrefetchSchedulePerPlane()
4793 mode_lib->vba.MaxVStartup = mode_lib->vba.NextMaxVStartup; in dml21_ModeSupportAndSystemConfigurationFull()
4898 if (mode_lib->vba.MaxVStartup <= 13 || mode_lib->vba.AnyLinesForVMOrRowTooLarge == false) { in dml21_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c122 unsigned int MaxVStartup,
943 unsigned int MaxVStartup, argument
1265 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
1288 …if (VStartup == MaxVStartup && Tsw_est3 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
5270 v->MaxVStartup = v->NextMaxVStartup;
5316 dml_min(v->MaxVStartup, v->MaximumVStartup[i][j][k]),
5532 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {

Completed in 41 milliseconds