Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1219 double min_Lsw_oto; member
H A 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()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1811 dml_float_t min_Lsw_oto; member