Home
last modified time | relevance | path

Searched refs:TWait_p (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2743 …s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) and Ttrip here is already max… in dcn5_calculate_prefetch_schedule()
2760 DML_LOG_VERBOSE("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in dcn5_calculate_prefetch_schedule()
2798 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in dcn5_calculate_prefetch_schedule()
2802 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in dcn5_calculate_prefetch_schedule()
3004 …qu = p->VStartup - (*p->TSetup + math_max2(p->TCalc, *p->Tvm_trips) + s->TWait_p) / s->LineTime - … in dcn5_calculate_prefetch_schedule()
3006 …tartup - (*p->TSetup + math_max2(p->TCalc, p->ExtraLatencyPrefetch) + s->TWait_p) / s->LineTime - … in dcn5_calculate_prefetch_schedule()
3057 DML_LOG_VERBOSE("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in dcn5_calculate_prefetch_schedule()
3062 DML_LOG_VERBOSE("DML::%s: TWait_p: %fus\n", __func__, s->TWait_p); in dcn5_calculate_prefetch_schedule()
H A Ddml2_core_shared_types.h1506 double TWait_p; member