Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c87 unsigned int MetaRowByte,
150 unsigned int *MetaRowByte,
209 unsigned int MetaRowByte,
470 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
599 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow in CalculatePrefetchSchedule()
619 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto, in CalculatePrefetchSchedule()
654 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
682 (MetaRowByte + PixelPTEBytesPerRow) in CalculatePrefetchSchedule()
877 unsigned int *MetaRowByte, in CalculateVMAndRowBytes() argument
904 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
[all …]
Ddisplay_mode_vba_20v2.c111 unsigned int MetaRowByte,
173 unsigned int *MetaRowByte,
232 unsigned int MetaRowByte,
561 unsigned int MetaRowByte, in CalculatePrefetchSchedule() argument
658 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow in CalculatePrefetchSchedule()
678 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto, in CalculatePrefetchSchedule()
713 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
741 (MetaRowByte + PixelPTEBytesPerRow) in CalculatePrefetchSchedule()
936 unsigned int *MetaRowByte, in CalculateVMAndRowBytes() argument
963 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c108 unsigned int MetaRowByte,
190 unsigned int *MetaRowByte,
661 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
826 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto, in CalculatePrefetchSchedule()
861 double PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte in CalculatePrefetchSchedule()
875 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow in CalculatePrefetchSchedule()
893 …PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * P… in CalculatePrefetchSchedule()
895 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
897 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
899 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h696 double MetaRowByte[DC__NUM_DPP__MAX]; member