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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 93 unsigned int MetaRowByte,
156 unsigned int *MetaRowByte,
215 unsigned int MetaRowByte,
476 unsigned int MetaRowByte,
605 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow
625 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto,
660 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte
688 (MetaRowByte + PixelPTEBytesPerRow)
883 unsigned int *MetaRowByte,
910 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0
    [all...]
amdgpu_display_mode_vba_20v2.c 118 unsigned int MetaRowByte,
180 unsigned int *MetaRowByte,
239 unsigned int MetaRowByte,
568 unsigned int MetaRowByte,
665 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow
685 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto,
720 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte
748 (MetaRowByte + PixelPTEBytesPerRow)
943 unsigned int *MetaRowByte,
970 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 114 unsigned int MetaRowByte,
196 unsigned int *MetaRowByte,
667 unsigned int MetaRowByte,
832 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto,
867 double PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte
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 + Hos (…)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 699 double MetaRowByte[DC__NUM_DPP__MAX];

Completed in 16 milliseconds