Home
last modified time | relevance | path

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

/Linux-v5.15/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()
4511 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull()
4550 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()
4637 mode_lib->vba.VMMPageSize, in dml20v2_ModeSupportAndSystemConfigurationFull()
4676 mode_lib->vba.VMMPageSize, in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c186 unsigned int VMMPageSize,
1272 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument
1331 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes()
1332 / (8 * VMMPageSize), in CalculateVMAndRowBytes()
1389 *PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes()
1401 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes()
1896 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1953 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4492 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull()
4548 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h232 unsigned int VMMPageSize; member
Ddisplay_mode_vba.c255 mode_lib->vba.VMMPageSize = soc->vmm_page_size_bytes; in fetch_socbb_params()