Home
last modified time | relevance | path

Searched refs:prefetch_bw_pr (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1216 double prefetch_bw_pr; member
Ddml2_core_shared.c7558 s->prefetch_bw_pr = 0.0; in CalculatePrefetchSchedule()
7743 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (double)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
7745 s->prefetch_bw_pr = p->myPipe->VRatio * s->prefetch_bw_pr; in CalculatePrefetchSchedule()
7749 s->prefetch_bw_pr = s->prefetch_bw_pr * p->mall_prefetch_sdp_overhead_factor; in CalculatePrefetchSchedule()
7751 s->prefetch_bw_oto = math_max2(s->prefetch_bw_pr, s->prefetch_sw_bytes / s->max_Tsw); in CalculatePrefetchSchedule()
7832 dml2_printf("DML::%s: prefetch_bw_pr = %f\n", __func__, s->prefetch_bw_pr); in CalculatePrefetchSchedule()
Ddml2_core_dcn4_calcs.c5080 s->prefetch_bw_pr = 0.0; in CalculatePrefetchSchedule()
5274 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (double)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
5276 s->prefetch_bw_pr = p->myPipe->VRatio * s->prefetch_bw_pr; in CalculatePrefetchSchedule()
5280 s->prefetch_bw_pr = s->prefetch_bw_pr * p->mall_prefetch_sdp_overhead_factor; in CalculatePrefetchSchedule()
5282 s->prefetch_bw_oto = math_max2(s->prefetch_bw_pr, s->prefetch_sw_bytes / s->max_Tsw); in CalculatePrefetchSchedule()
5377 dml2_printf("DML::%s: prefetch_bw_pr = %f\n", __func__, s->prefetch_bw_pr); in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c885 double prefetch_bw_pr; local
1057 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;
1058 prefetch_bw_pr = dml_min(1, myPipe->VRatio) * prefetch_bw_pr;
1061 prefetch_bw_oto = dml_max(prefetch_bw_pr, prefetch_sw_bytes / max_Tsw);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c903 double prefetch_bw_pr; local
1075 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;
1076 prefetch_bw_pr = dml_min(1, myPipe->VRatio) * prefetch_bw_pr;
1079 prefetch_bw_oto = dml_max(prefetch_bw_pr, prefetch_sw_bytes / max_Tsw);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1808 dml_float_t prefetch_bw_pr; member
Ddisplay_mode_core.c1032 s->prefetch_bw_pr = 0.0; in CalculatePrefetchSchedule()
1184 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
1186 s->prefetch_bw_pr = p->myPipe->VRatio * s->prefetch_bw_pr; in CalculatePrefetchSchedule()
1191 s->prefetch_bw_oto = dml_max(s->prefetch_bw_pr, s->prefetch_sw_bytes / s->max_Tsw); in CalculatePrefetchSchedule()