Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3742 double PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule() local
3781 PrefetchBandwidth4 = prefetch_sw_bytes / in dml32_CalculatePrefetchSchedule()
3784 PrefetchBandwidth4 = 0; in dml32_CalculatePrefetchSchedule()
3796 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, PrefetchBandwidth4); in dml32_CalculatePrefetchSchedule()
3849 prefetch_bw_equ = PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1059 double PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule() local
1098PrefetchBandwidth4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceL… in CalculatePrefetchSchedule()
1101 PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule()
1148 prefetch_bw_equ = PrefetchBandwidth4; in CalculatePrefetchSchedule()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1147 double PrefetchBandwidth4; local
1186PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…
1188 PrefetchBandwidth4 = 0;
1235 prefetch_bw_equ = PrefetchBandwidth4;
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1168 double PrefetchBandwidth4; local
1207PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…
1209 PrefetchBandwidth4 = 0;
1256 prefetch_bw_equ = PrefetchBandwidth4;
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c890 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule() local
908 *PrefetchBandwidth = PrefetchBandwidth4; in CalculatePrefetchSchedule()