Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h729 unsigned int MaxVStartup,
H A Ddisplay_mode_vba_util_32.c3405 unsigned int MaxVStartup, in dml32_CalculatePrefetchSchedule() argument
3753 if (VStartup == MaxVStartup && (Tsw_est1 / LineTime < min_Lsw) in dml32_CalculatePrefetchSchedule()
3774 if (VStartup == MaxVStartup && in dml32_CalculatePrefetchSchedule()
3912 if (ExtendPrefetchIfPossible && TPreReq == 0 && VStartup < MaxVStartup) { in dml32_CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_32.c3255 mode_lib->vba.MaxVStartup = mode_lib->vba.NextMaxVStartup; in dml32_ModeSupportAndSystemConfigurationFull()
3300 dml_min(v->MaxVStartup, v->MaximumVStartup[i][j][k]), in dml32_ModeSupportAndSystemConfigurationFull()
3547 if (mode_lib->vba.MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ in dml32_ModeSupportAndSystemConfigurationFull()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c127 unsigned int MaxVStartup,
848 unsigned int MaxVStartup, argument
3841 dml_min(v->MaxVStartup, v->MaximumVStartup[i][j][k]),
5260 v->MaxVStartup = v->NextMaxVStartup;
5419 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {
7340 unsigned int MaxVStartup = 0; local
7350 MaxVStartup = dml_floor(vblank_size / 2.0, 1.0);
7352 MaxVStartup = vblank_size - dml_max(1.0, dml_ceil(WritebackDelayTime / line_time_us, 1.0));
7353 if (MaxVStartup > 1023)
7354 MaxVStartup = 1023;
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h541 double MaxVStartup; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c96 unsigned int MaxVStartup,
826 unsigned int MaxVStartup, in CalculatePrefetchSchedule() argument
1070 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (Tpre_rounded - Tsw_o… in CalculatePrefetchSchedule()
1093 …if (VStartup == MaxVStartup && (PrefetchBandwidth3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_ot… in CalculatePrefetchSchedule()
4753 v->MaxVStartup = v->NextMaxVStartup; in dml30_ModeSupportAndSystemConfigurationFull()
4792 dml_min(v->MaxVStartup, v->MaximumVStartup[i][j][k]), in dml30_ModeSupportAndSystemConfigurationFull()
5003 if (v->MaxVStartup <= 13 || v->AnyLinesForVMOrRowTooLarge == false) { in dml30_ModeSupportAndSystemConfigurationFull()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c97 unsigned int MaxVStartup,
650 unsigned int MaxVStartup, in CalculatePrefetchSchedule() argument
898 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (*DestinationLinesFor… in CalculatePrefetchSchedule()
3471 dml_min(mode_lib->vba.MaxVStartup, locals->MaximumVStartup[0][0][k]), in CalculatePrefetchSchedulePerPlane()
4795 mode_lib->vba.MaxVStartup = mode_lib->vba.NextMaxVStartup; in dml21_ModeSupportAndSystemConfigurationFull()
4900 if (mode_lib->vba.MaxVStartup <= 13 || mode_lib->vba.AnyLinesForVMOrRowTooLarge == false) { in dml21_ModeSupportAndSystemConfigurationFull()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c115 unsigned int MaxVStartup,
827 unsigned int MaxVStartup, argument
1157 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
1180 …if (VStartup == MaxVStartup && Tsw_est3 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
3733 dml_min(v->MaxVStartup, v->MaximumVStartup[i][j][k]),
5173 v->MaxVStartup = v->NextMaxVStartup;
5332 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {