Home
last modified time | relevance | path

Searched refs:Tr0_trips_rounded (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c5146 s->Tr0_trips_rounded = 0.0; in CalculatePrefetchSchedule()
5321 s->Tr0_trips_rounded = math_ceil2(4.0 * *p->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
5324 s->Tr0_trips_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()
5327 s->Tr0_trips_rounded = math_max2(s->Tr0_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()
5550 …bool min_Lsw_equ_ok = *p->Tpre_rounded >= s->Tvm_trips_rounded + 2.0*s->Tr0_trips_rounded + s->min… in CalculatePrefetchSchedule()
5592 if (*p->Tpre_rounded - *p->Tno_bw - 2.0 * s->Tr0_trips_rounded > 0) { in CalculatePrefetchSchedule()
5594 (*p->Tpre_rounded - *p->Tno_bw - 2.0 * s->Tr0_trips_rounded); in CalculatePrefetchSchedule()
5600 …sw_equ * s->LineTime) && ((*p->Tpre_rounded - *p->Tno_bw - 2.0 * s->Tr0_trips_rounded - s->min_Lsw… in CalculatePrefetchSchedule()
5601 …ostVMInefficiencyFactor / (*p->Tpre_rounded - *p->Tno_bw - 2.0 * s->Tr0_trips_rounded - s->min_Lsw… in CalculatePrefetchSchedule()
5620 if (*p->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
[all …]
H A Ddml2_core_shared_types.h1410 double Tr0_trips_rounded; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1022 s->Tr0_trips_rounded = 0.0; in CalculatePrefetchSchedule()
1158 s->Tr0_trips_rounded = dml_ceil(4.0 * s->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
1162 …s->Tr0_trips_rounded = dml_ceil(4.0 * p->UrgentExtraLatency / s->LineTime, 1.0) / 4.0 * s->LineTim… in CalculatePrefetchSchedule()
1169 s->Tr0_trips_rounded = dml_ceil(4.0 * s->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
1173 s->Tr0_trips_rounded = s->LineTime / 2.0; in CalculatePrefetchSchedule()
1177 s->Tr0_trips_rounded = dml_max(s->Tr0_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()
1304 if (s->Tpre_rounded - *p->Tno_bw - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
1306 (s->Tpre_rounded - *p->Tno_bw - 2 * s->Tr0_trips_rounded); in CalculatePrefetchSchedule()
1323 if (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
1324 …idth4 = s->prefetch_sw_bytes / (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trips_rounded); in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1854 dml_float_t Tr0_trips_rounded; member