Home
last modified time | relevance | path

Searched refs:per_pipe_vactive_sw_bw (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.h1226 double per_pipe_vactive_sw_bw; member
H A Ddml2_core_dcn4_calcs.c5394 s->per_pipe_vactive_sw_bw = p->vactive_sw_bw_l / (double)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
5400 s->per_pipe_vactive_sw_bw += p->vactive_sw_bw_c / (double)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
5407 …s->prefetch_bw_oto = math_max2(s->per_pipe_vactive_sw_bw, s->prefetch_bw_oto) * p->mall_prefetch_s… in CalculatePrefetchSchedule()
5426 dml2_printf("DML::%s: per_pipe_vactive_sw_bw = %f\n", __func__, s->per_pipe_vactive_sw_bw); in CalculatePrefetchSchedule()