Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1145 double PrefetchBandwidth2; local
1163PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…
1165 PrefetchBandwidth2 = 0;
1206 if (PrefetchBandwidth2 > 0) {
1207 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= Tvm_trips…
1208 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips…
1231 prefetch_bw_equ = PrefetchBandwidth2;
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1815 dml_float_t PrefetchBandwidth2; member