HomeSort by: relevance | last modified time | path
    Searched refs:PDEAndMetaPTEBytesFrame (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 113 unsigned int PDEAndMetaPTEBytesFrame,
666 unsigned int PDEAndMetaPTEBytesFrame,
824 Tvm_oto = dml_max(*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto,
867 double PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte
873 double PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame *
899 PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / ((*DestinationLinesForPrefetch - dml_ceil(Tsw_oto_lines, 1) / 4.0 - 0.75) * LineTime - *Tno_bw);
901 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth1 >= UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth1 >= UrgentLatency * (1 + HostVMDynamicLevels)) {
903 } else if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < UrgentLatency * (1 + HostVMDynamicLevels)) {
905 } else if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth3 < UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth3 >= UrgentLatency * (1 + HostVMDynamicLevels)) {
912 TimeForFetchingMetaPTE = dml_max(*Tno_bw + (double) PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / *PrefetchBandwidth
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 92 unsigned int PDEAndMetaPTEBytesFrame,
214 double PDEAndMetaPTEBytesFrame,
475 unsigned int PDEAndMetaPTEBytesFrame,
613 *Tno_bw + PDEAndMetaPTEBytesFrame / prefetch_bw_oto,
660 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte
670 + (double) PDEAndMetaPTEBytesFrame
901 unsigned int PDEAndMetaPTEBytesFrame;
1003 PDEAndMetaPTEBytesFrame = MetaPTEBytesFrame + MPDEBytesFrame + DPDE0BytesFrame
1087 return PDEAndMetaPTEBytesFrame;
1959 mode_lib->vba.PDEAndMetaPTEBytesFrame[k] = PDEAndMetaPTEBytesFrame
    [all...]
amdgpu_display_mode_vba_20v2.c 117 unsigned int PDEAndMetaPTEBytesFrame,
238 double PDEAndMetaPTEBytesFrame,
567 unsigned int PDEAndMetaPTEBytesFrame,
673 *Tno_bw + PDEAndMetaPTEBytesFrame / prefetch_bw_oto,
720 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte
730 + (double) PDEAndMetaPTEBytesFrame
961 unsigned int PDEAndMetaPTEBytesFrame;
1063 PDEAndMetaPTEBytesFrame = MetaPTEBytesFrame + MPDEBytesFrame + DPDE0BytesFrame
1147 return PDEAndMetaPTEBytesFrame;
1995 mode_lib->vba.PDEAndMetaPTEBytesFrame[k] = PDEAndMetaPTEBytesFrame
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 698 double PDEAndMetaPTEBytesFrame[DC__NUM_DPP__MAX];

Completed in 18 milliseconds