Home
last modified time | relevance | path

Searched refs:MetaRowByte (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c118 unsigned int MetaRowByte,
180 unsigned int *MetaRowByte,
239 unsigned int MetaRowByte,
568 unsigned int MetaRowByte, in CalculatePrefetchSchedule() argument
665 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow in CalculatePrefetchSchedule()
685 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto, in CalculatePrefetchSchedule()
720 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
748 (MetaRowByte + PixelPTEBytesPerRow) in CalculatePrefetchSchedule()
943 unsigned int *MetaRowByte, in CalculateVMAndRowBytes() argument
970 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
[all …]
H A Damdgpu_display_mode_vba_20.c93 unsigned int MetaRowByte,
156 unsigned int *MetaRowByte,
215 unsigned int MetaRowByte,
476 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
605 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow in CalculatePrefetchSchedule()
625 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto, in CalculatePrefetchSchedule()
660 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
688 (MetaRowByte + PixelPTEBytesPerRow) in CalculatePrefetchSchedule()
883 unsigned int *MetaRowByte, in CalculateVMAndRowBytes() argument
910 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c114 unsigned int MetaRowByte,
196 unsigned int *MetaRowByte,
667 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
832 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto, in CalculatePrefetchSchedule()
867 double PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte in CalculatePrefetchSchedule()
881 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow in CalculatePrefetchSchedule()
899 …PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * P… in CalculatePrefetchSchedule()
901 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
903 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
905 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h699 double MetaRowByte[DC__NUM_DPP__MAX]; member