HomeSort by: relevance | last modified time | path
    Searched refs:PixelPTEBytesPerRow (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 115 unsigned int PixelPTEBytesPerRow,
197 unsigned int *PixelPTEBytesPerRow,
668 unsigned int PixelPTEBytesPerRow,
832 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto,
868 + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor
881 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow
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))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 94 unsigned int PixelPTEBytesPerRow,
157 unsigned int *PixelPTEBytesPerRow,
216 unsigned int PixelPTEBytesPerRow,
477 unsigned int PixelPTEBytesPerRow,
605 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow
625 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto,
661 + 2 * PixelPTEBytesPerRow
688 (MetaRowByte + PixelPTEBytesPerRow)
884 unsigned int *PixelPTEBytesPerRow,
1058 *PixelPTEBytesPerRow = PTERequestSiz
    [all...]
amdgpu_display_mode_vba_20v2.c 119 unsigned int PixelPTEBytesPerRow,
181 unsigned int *PixelPTEBytesPerRow,
240 unsigned int PixelPTEBytesPerRow,
569 unsigned int PixelPTEBytesPerRow,
665 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow
685 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto,
721 + 2 * PixelPTEBytesPerRow
748 (MetaRowByte + PixelPTEBytesPerRow)
944 unsigned int *PixelPTEBytesPerRow,
1118 *PixelPTEBytesPerRow = PTERequestSiz
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 697 double PixelPTEBytesPerRow[DC__NUM_DPP__MAX];

Completed in 37 milliseconds