Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3736 double PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule() local
3775 PrefetchBandwidth4 = prefetch_sw_bytes / in dml32_CalculatePrefetchSchedule()
3778 PrefetchBandwidth4 = 0; in dml32_CalculatePrefetchSchedule()
3790 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, PrefetchBandwidth4); in dml32_CalculatePrefetchSchedule()
3843 prefetch_bw_equ = PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1062 double PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule() local
1101PrefetchBandwidth4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceL… in CalculatePrefetchSchedule()
1104 PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule()
1151 prefetch_bw_equ = PrefetchBandwidth4; in CalculatePrefetchSchedule()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1144 double PrefetchBandwidth4; local
1183PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…
1185 PrefetchBandwidth4 = 0;
1232 prefetch_bw_equ = PrefetchBandwidth4;
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1166 double PrefetchBandwidth4; local
1205PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…
1207 PrefetchBandwidth4 = 0;
1254 prefetch_bw_equ = PrefetchBandwidth4;
/linux-6.1.9/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()