Home
last modified time | relevance | path

Searched refs:PrefetchBandwidth1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1144 double PrefetchBandwidth1; local
1150PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * P…
1152 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1;
1154 PrefetchBandwidth1 = 0;
1158PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * P…
1195 if (PrefetchBandwidth1 > 0) {
1196 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth1 >= Tvm_trips…
1197 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth1 >= Tr0_trip…
1229 prefetch_bw_equ = PrefetchBandwidth1;
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1814 dml_float_t PrefetchBandwidth1; member