Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c88 unsigned int MetaRowByte,
151 unsigned int *MetaRowByte,
210 unsigned int MetaRowByte,
471 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
600 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow in CalculatePrefetchSchedule()
620 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto, in CalculatePrefetchSchedule()
655 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
683 (MetaRowByte + PixelPTEBytesPerRow) in CalculatePrefetchSchedule()
878 unsigned int *MetaRowByte, in CalculateVMAndRowBytes() argument
905 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
[all …]
Ddisplay_mode_vba_20v2.c113 unsigned int MetaRowByte,
175 unsigned int *MetaRowByte,
234 unsigned int MetaRowByte,
563 unsigned int MetaRowByte, in CalculatePrefetchSchedule() argument
660 prefetch_bw_oto = (MetaRowByte + PixelPTEBytesPerRow in CalculatePrefetchSchedule()
680 (MetaRowByte + PixelPTEBytesPerRow) / prefetch_bw_oto, in CalculatePrefetchSchedule()
715 *PrefetchBandwidth = (PDEAndMetaPTEBytesFrame + 2 * MetaRowByte in CalculatePrefetchSchedule()
743 (MetaRowByte + PixelPTEBytesPerRow) in CalculatePrefetchSchedule()
938 unsigned int *MetaRowByte, in CalculateVMAndRowBytes() argument
965 *MetaRowByte = MetaSurfWidth * MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c109 unsigned int MetaRowByte,
191 unsigned int *MetaRowByte,
662 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
827 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto, in CalculatePrefetchSchedule()
862 double PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte in CalculatePrefetchSchedule()
876 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow in CalculatePrefetchSchedule()
894 …PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * P… in CalculatePrefetchSchedule()
896 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
898 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
900 …ntLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1) && (MetaRowByte + PixelPTEBytes… in CalculatePrefetchSchedule()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c111 unsigned int MetaRowByte,
202 unsigned int *MetaRowByte,
908 unsigned int MetaRowByte, in CalculatePrefetchSchedule()
1088 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto, in CalculatePrefetchSchedule()
1130 PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte in CalculatePrefetchSchedule()
1139 …PrefetchBandwidth1 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + 2 * MetaRowByte + 2 * P… in CalculatePrefetchSchedule()
1153 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * in CalculatePrefetchSchedule()
1162 …PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpr… in CalculatePrefetchSchedule()
1178 …>= Tvm_trips_rounded && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchB… in CalculatePrefetchSchedule()
1189 …>= Tvm_trips_rounded && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchB… in CalculatePrefetchSchedule()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h715 double MetaRowByte[DC__NUM_DPP__MAX]; member