Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1060 double PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule() local
1099 PrefetchBandwidth4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) in CalculatePrefetchSchedule()
1102 PrefetchBandwidth4 = 0; in CalculatePrefetchSchedule()
1149 prefetch_bw_equ = PrefetchBandwidth4; in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1875 dml_float_t PrefetchBandwidth4; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1166 double PrefetchBandwidth4; local
1205 PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded);
1207 PrefetchBandwidth4 = 0;
1254 prefetch_bw_equ = PrefetchBandwidth4;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1148 double PrefetchBandwidth4; local
1187 PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded);
1189 PrefetchBandwidth4 = 0;
1236 prefetch_bw_equ = PrefetchBandwidth4;
/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()