Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3741 double PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule() local
3780 PrefetchBandwidth4 = prefetch_sw_bytes / in dml32_CalculatePrefetchSchedule()
3783 PrefetchBandwidth4 = 0; in dml32_CalculatePrefetchSchedule()
3795 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, PrefetchBandwidth4); in dml32_CalculatePrefetchSchedule()
3848 prefetch_bw_equ = PrefetchBandwidth4; in dml32_CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1817 dml_float_t PrefetchBandwidth4; member
Ddisplay_mode_core.c1322 …s->PrefetchBandwidth4 = s->prefetch_sw_bytes / (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr… in CalculatePrefetchSchedule()
1324 s->PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule()
1335 dml_print("DML::%s: PrefetchBandwidth4: %f\n", __func__, s->PrefetchBandwidth4); in CalculatePrefetchSchedule()
1379 s->prefetch_bw_equ = s->PrefetchBandwidth4; in CalculatePrefetchSchedule()
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
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.12.1/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()