Home
last modified time | relevance | path

Searched refs:Tsw_est1 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3485 double Tsw_est1 = 0; in dml32_CalculatePrefetchSchedule() local
3751 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1; in dml32_CalculatePrefetchSchedule()
3755 if (VStartup == MaxVStartup && (Tsw_est1 / LineTime < min_Lsw) in dml32_CalculatePrefetchSchedule()
3794 dml_print("DML::%s: Tsw_est1: %f\n", __func__, Tsw_est1); in dml32_CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1869 dml_float_t Tsw_est1; member
H A Ddisplay_mode_core.c1037 s->Tsw_est1 = 0.0; in CalculatePrefetchSchedule()
1295 s->Tsw_est1 = s->prefetch_sw_bytes / s->PrefetchBandwidth1; in CalculatePrefetchSchedule()
1299 …if (p->VStartup == p->MaxVStartup && (s->Tsw_est1 / s->LineTime < s->min_Lsw_oto) && s->Tpre_round… in CalculatePrefetchSchedule()
1332 dml_print("DML::%s: Tsw_est1: %f\n", __func__, s->Tsw_est1); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c931 double Tsw_est1 = 0; local
1171 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1176 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c913 double Tsw_est1 = 0; local
1153 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1158 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c5142 s->Tsw_est1 = 0.0; in CalculatePrefetchSchedule()
5551 s->Tsw_est1 = *p->prefetch_sw_bytes / s->prefetch_bw1; in CalculatePrefetchSchedule()
5556 …if ((s->Tsw_est1 < s->min_Lsw_equ * s->LineTime) && (*p->Tpre_rounded - s->min_Lsw_equ * s->LineTi… in CalculatePrefetchSchedule()
5610 DML_LOG_VERBOSE("DML::%s: Tsw_est1: %f\n", __func__, s->Tsw_est1); in CalculatePrefetchSchedule()