Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1260 double dst_y_prefetch_equ_impacted; member
H A Ddml2_core_dcn4_calcs.c5484 s->dst_y_prefetch_equ_impacted = math_max2(p->impacted_dst_y_pre, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()
5486 …s->dst_y_prefetch_equ_impacted = math_min2(s->dst_y_prefetch_equ_impacted, 63.75); // limit to the… in CalculatePrefetchSchedule()
5488 if (s->dst_y_prefetch_equ_impacted > s->dst_y_prefetch_equ) in CalculatePrefetchSchedule()
5489 s->dst_y_prefetch_equ -= s->dst_y_prefetch_equ_impacted - s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
5778 if (s->dst_y_prefetch_equ < s->dst_y_prefetch_equ_impacted) in CalculatePrefetchSchedule()
5779 *p->dst_y_prefetch = s->dst_y_prefetch_equ_impacted; in CalculatePrefetchSchedule()