Home
last modified time | relevance | path

Searched refs:dst_y_prefetch_equ_impacted (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_shared_types.h1432 double dst_y_prefetch_equ_impacted; member
H A Ddml2_core_dcn4_calcs.c5461 s->dst_y_prefetch_equ_impacted = math_max2(p->impacted_dst_y_pre, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()
5463 …s->dst_y_prefetch_equ_impacted = math_min2(s->dst_y_prefetch_equ_impacted, 63.75); // limit to the… in CalculatePrefetchSchedule()
5465 if (s->dst_y_prefetch_equ_impacted > s->dst_y_prefetch_equ) in CalculatePrefetchSchedule()
5466 s->dst_y_prefetch_equ -= s->dst_y_prefetch_equ_impacted - s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
5754 if (s->dst_y_prefetch_equ < s->dst_y_prefetch_equ_impacted) in CalculatePrefetchSchedule()
5755 *p->dst_y_prefetch = s->dst_y_prefetch_equ_impacted; in CalculatePrefetchSchedule()