Home
last modified time | relevance | path

Searched refs:TWait_p (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.h1229 double TWait_p; member
H A Ddml2_core_dcn4_calcs.c5099 …s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) and Ttrip here is already max… in CalculatePrefetchSchedule()
5117 dml2_printf("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in CalculatePrefetchSchedule()
5156 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in CalculatePrefetchSchedule()
5160 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in CalculatePrefetchSchedule()
5353 …qu = p->VStartup - (*p->TSetup + math_max2(p->TCalc, *p->Tvm_trips) + s->TWait_p) / s->LineTime - … in CalculatePrefetchSchedule()
5355 …tartup - (*p->TSetup + math_max2(p->TCalc, p->ExtraLatencyPrefetch) + s->TWait_p) / s->LineTime - … in CalculatePrefetchSchedule()
5411 dml2_printf("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in CalculatePrefetchSchedule()
5416 dml2_printf("DML::%s: TWait_p: %fus\n", __func__, s->TWait_p); in CalculatePrefetchSchedule()
H A Ddml2_core_shared.c7568 s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) in CalculatePrefetchSchedule()
7587 dml2_printf("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in CalculatePrefetchSchedule()
7625 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in CalculatePrefetchSchedule()
7805 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(s->TWait_p + p->TCalc, *p->Tdmdl - p… in CalculatePrefetchSchedule()
7860 dml2_printf("DML::%s: TWait_p: %fus\n", __func__, s->TWait_p); in CalculatePrefetchSchedule()