Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3745 double PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule() local
3784 PrefetchBandwidth4 = prefetch_sw_bytes / in dml32_CalculatePrefetchSchedule()
3787 PrefetchBandwidth4 = 0; in dml32_CalculatePrefetchSchedule()
3799 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, PrefetchBandwidth4); in dml32_CalculatePrefetchSchedule()
3852 prefetch_bw_equ = PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule()
/linux-6.15/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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1875 dml_float_t PrefetchBandwidth4; member
H A Ddisplay_mode_core.c1324 …s->PrefetchBandwidth4 = s->prefetch_sw_bytes / (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr… in CalculatePrefetchSchedule()
1326 s->PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule()
1337 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, s->PrefetchBandwidth4); in CalculatePrefetchSchedule()
1381 s->prefetch_bw_equ = s->PrefetchBandwidth4; in CalculatePrefetchSchedule()
/linux-6.15/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;
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1165 double PrefetchBandwidth4; local
1204PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…
1206 PrefetchBandwidth4 = 0;
1253 prefetch_bw_equ = PrefetchBandwidth4;
/linux-6.15/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()