Searched refs:TWait_p (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1229 double TWait_p; member
|
D | dml2_core_dcn4_calcs.c | 5093 …s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) and Ttrip here is already max… in CalculatePrefetchSchedule() 5111 dml2_printf("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in CalculatePrefetchSchedule() 5150 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in CalculatePrefetchSchedule() 5154 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in CalculatePrefetchSchedule() 5347 …qu = p->VStartup - (*p->TSetup + math_max2(p->TCalc, *p->Tvm_trips) + s->TWait_p) / s->LineTime - … in CalculatePrefetchSchedule() 5349 …tartup - (*p->TSetup + math_max2(p->TCalc, p->ExtraLatencyPrefetch) + s->TWait_p) / s->LineTime - … in CalculatePrefetchSchedule() 5405 dml2_printf("DML::%s: TWait_p = %f\n", __func__, s->TWait_p); in CalculatePrefetchSchedule() 5410 dml2_printf("DML::%s: TWait_p: %fus\n", __func__, s->TWait_p); in CalculatePrefetchSchedule()
|
D | dml2_core_shared.c | 7568 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()
|