Home
last modified time | relevance | path

Searched refs:PrefetchBandwidth4 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1128 double PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule() local
1167PrefetchBandwidth4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceL… in CalculatePrefetchSchedule()
1170 PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule()
1217 prefetch_bw_equ = PrefetchBandwidth4; in CalculatePrefetchSchedule()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1255 double PrefetchBandwidth4; local
1294PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…
1296 PrefetchBandwidth4 = 0;
1343 prefetch_bw_equ = PrefetchBandwidth4;
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c888 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule() local
906 *PrefetchBandwidth = PrefetchBandwidth4; in CalculatePrefetchSchedule()