Home
last modified time | relevance | path

Searched refs:dst_y_prefetch_equ (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.c5158 s->dst_y_prefetch_equ = 0.0; in CalculatePrefetchSchedule()
5483 s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(p->TCalc, *p->Tvm_trips) + s->TWait_p) / s->LineTime - Lo; in CalculatePrefetchSchedule()
5485 s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(p->TCalc, p->ExtraLatencyPrefetch) + s->TWait_p) / s->LineTime - Lo; in CalculatePrefetchSchedule()
5488 s->dst_y_prefetch_equ_impacted = math_max2(p->impacted_dst_y_pre, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()
5492 if (s->dst_y_prefetch_equ_impacted > s->dst_y_prefetch_equ) in CalculatePrefetchSchedule()
5493 s->dst_y_prefetch_equ -= s->dst_y_prefetch_equ_impacted - s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
5496 s->dst_y_prefetch_equ = math_min2(s->dst_y_prefetch_equ, 63.75); // limit to the reg limit of U6.2 for DST_Y_PREFETCH in CalculatePrefetchSchedule()
5531 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_equ in CalculatePrefetchSchedule()
[all...]
H A Ddml2_core_shared_types.h1397 double dst_y_prefetch_equ;
1396 double dst_y_prefetch_equ; global() member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1009 s->dst_y_prefetch_equ = 0.0; in CalculatePrefetchSchedule()
1227 s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + dml_max(p->TWait + p->TCalc, *p->Tdmdl)) / s->LineTime - (*p->DSTYAfterScaler + (dml_float_t) *p->DSTXAfterScaler / (dml_float_t)p->myPipe->HTotal); in CalculatePrefetchSchedule()
1228 s->dst_y_prefetch_equ = dml_min(s->dst_y_prefetch_equ, 63.75); // limit to the reg limit of U6.2 for DST_Y_PREFETCH in CalculatePrefetchSchedule()
1257 dml_print("DML::%s: dst_y_prefetch_equ = %f\n", __func__, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()
1260 s->dst_y_prefetch_equ = dml_floor(4.0 * (s->dst_y_prefetch_equ + 0.125), 1) / 4.0; in CalculatePrefetchSchedule()
1261 s->Tpre_rounded = s->dst_y_prefetch_equ * s->LineTime; in CalculatePrefetchSchedule()
1263 dml_print("DML::%s: dst_y_prefetch_equ in CalculatePrefetchSchedule()
[all...]
H A Ddisplay_mode_core_structs.h1839 dml_float_t dst_y_prefetch_equ; member