Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c145 unsigned int VMMPageSize,
872 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument
927 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes()
928 / (8 * VMMPageSize), in CalculateVMAndRowBytes()
1010 PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes()
1021 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes()
1882 mode_lib->vba.VMMPageSize, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1924 mode_lib->vba.VMMPageSize, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4509 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull()
4548 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c169 unsigned int VMMPageSize,
932 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument
987 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes()
988 / (8 * VMMPageSize), in CalculateVMAndRowBytes()
1070 PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes()
1081 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes()
1918 mode_lib->vba.VMMPageSize, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1960 mode_lib->vba.VMMPageSize, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4593 mode_lib->vba.VMMPageSize, in dml20v2_ModeSupportAndSystemConfigurationFull()
4632 mode_lib->vba.VMMPageSize, in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c186 unsigned int VMMPageSize,
1269 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument
1328 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes()
1329 / (8 * VMMPageSize), in CalculateVMAndRowBytes()
1386 *PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes()
1398 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes()
1893 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1950 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4487 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull()
4543 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h226 unsigned int VMMPageSize; member
Ddisplay_mode_vba.c240 mode_lib->vba.VMMPageSize = soc->vmm_page_size_bytes; in fetch_socbb_params()