Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1253 double Tsw_est1; member
H A Ddml2_core_dcn4_calcs.c5185 s->Tsw_est1 = 0.0; in CalculatePrefetchSchedule()
5595 s->Tsw_est1 = *p->prefetch_sw_bytes / s->prefetch_bw1; in CalculatePrefetchSchedule()
5600 …if ((s->Tsw_est1 < s->min_Lsw_equ * s->LineTime) && (*p->Tpre_rounded - s->min_Lsw_equ * s->LineTi… in CalculatePrefetchSchedule()
5654 dml2_printf("DML::%s: Tsw_est1: %f\n", __func__, s->Tsw_est1); in CalculatePrefetchSchedule()
/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1870 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-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c913 double Tsw_est1 = 0; local
1152 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1157 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c931 double Tsw_est1 = 0; local
1170 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1175 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …