Home
last modified time | relevance | path

Searched refs:Tvm_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.c5145 s->Tvm_trips_rounded = 0.0; in CalculatePrefetchSchedule()
5307 s->Tvm_trips_rounded = math_ceil2(4.0 * *p->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
5311 …s->Tvm_trips_rounded = math_max2(s->LineTime * math_ceil2(4.0*math_max3(p->ExtraLatencyPrefetch, p… in CalculatePrefetchSchedule()
5313 s->Tvm_trips_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()
5317 s->Tvm_trips_rounded = math_max2(s->Tvm_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()
5418 s->Tvm_oto = s->Tvm_trips_rounded; in CalculatePrefetchSchedule()
5536 …s_rounded: %f, delta=%f\n", __func__, *p->Tvm_trips, s->Tvm_trips_rounded, (s->Tvm_trips_rounded -… 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()
5606 if (*p->Tpre_rounded - s->Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()
5608 (*p->Tpre_rounded - s->Tvm_trips_rounded); in CalculatePrefetchSchedule()
[all …]
H A Ddml2_core_shared_types.h1409 double Tvm_trips_rounded; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1021 s->Tvm_trips_rounded = 0.0; in CalculatePrefetchSchedule()
1157 s->Tvm_trips_rounded = dml_ceil(4.0 * s->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
1168 s->Tvm_trips_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()
1172 s->Tvm_trips_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()
1176 s->Tvm_trips_rounded = dml_max(s->Tvm_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()
1310 if (s->Tpre_rounded - s->Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()
1312 (s->Tpre_rounded - s->Tvm_trips_rounded); in CalculatePrefetchSchedule()
1319 …&& s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.5 * s->LineTime - s->Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()
1320 …tor) / (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.5 * s->LineTime - s->Tvm_trips_rounded); in CalculatePrefetchSchedule()
1323 if (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1853 dml_float_t Tvm_trips_rounded; member