Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3743 double PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule() local
3782 PrefetchBandwidth4 = prefetch_sw_bytes / in dml32_CalculatePrefetchSchedule()
3785 PrefetchBandwidth4 = 0; in dml32_CalculatePrefetchSchedule()
3797 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, PrefetchBandwidth4); in dml32_CalculatePrefetchSchedule()
3850 prefetch_bw_equ = PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A 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;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A 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;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c890 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule() local
908 *PrefetchBandwidth = PrefetchBandwidth4; in CalculatePrefetchSchedule()