Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1219 double min_Lsw_oto; member
Ddml2_core_shared.c7561 s->min_Lsw_oto = 0.0; in CalculatePrefetchSchedule()
7753 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule()
7754 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in CalculatePrefetchSchedule()
7755 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, p->tdlut_drain_time / s->LineTime); in CalculatePrefetchSchedule()
7767 …0 * math_max2(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule()
7810 dml2_printf("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in CalculatePrefetchSchedule()
7899 …= p->MaxVStartup && (s->Tsw_est1 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule()
7901 (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.75 * s->LineTime - *p->Tno_bw); in CalculatePrefetchSchedule()
7920 …= p->MaxVStartup && (s->Tsw_est3 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule()
7921 …Factor + p->meta_row_bytes + tdlut_row_bytes)) / (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime -… in CalculatePrefetchSchedule()
Ddml2_core_dcn4_calcs.c5083 s->min_Lsw_oto = 0.0; in CalculatePrefetchSchedule()
5284 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule()
5285 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in CalculatePrefetchSchedule()
5286 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, p->tdlut_drain_time / s->LineTime); in CalculatePrefetchSchedule()
5302 …0 * math_max2(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule()
5354 dml2_printf("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c1035 s->min_Lsw_oto = 0.0; in CalculatePrefetchSchedule()
1193 …s->min_Lsw_oto = dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML_MAX_VRATIO_PRE_… in CalculatePrefetchSchedule()
1194 s->min_Lsw_oto = dml_max(s->min_Lsw_oto, 1.0); in CalculatePrefetchSchedule()
1195 …4.0 * dml_max(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule()
1228 dml_print("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in CalculatePrefetchSchedule()
1297 …= p->MaxVStartup && (s->Tsw_est1 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule()
1299 (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.75 * s->LineTime - *p->Tno_bw); in CalculatePrefetchSchedule()
1317 …= p->MaxVStartup && (s->Tsw_est3 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule()
1318 …lPTEBytesPerRow * p->HostVMInefficiencyFactor) / (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime -… in CalculatePrefetchSchedule()
Ddisplay_mode_core_structs.h1811 dml_float_t min_Lsw_oto; member