Searched refs:VMMPageSize (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 144 unsigned int VMMPageSize, 871 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument 926 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes() 927 / (8 * VMMPageSize), in CalculateVMAndRowBytes() 1009 PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes() 1020 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes() 1881 mode_lib->vba.VMMPageSize, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1923 mode_lib->vba.VMMPageSize, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4502 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull() 4541 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull()
|
D | display_mode_vba_20v2.c | 167 unsigned int VMMPageSize, 930 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument 985 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes() 986 / (8 * VMMPageSize), in CalculateVMAndRowBytes() 1068 PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes() 1079 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes() 1916 mode_lib->vba.VMMPageSize, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1958 mode_lib->vba.VMMPageSize, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4539 mode_lib->vba.VMMPageSize, in dml20v2_ModeSupportAndSystemConfigurationFull() 4578 mode_lib->vba.VMMPageSize, in dml20v2_ModeSupportAndSystemConfigurationFull()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 185 unsigned int VMMPageSize, 1268 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument 1327 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes() 1328 / (8 * VMMPageSize), in CalculateVMAndRowBytes() 1385 *PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes() 1397 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes() 1892 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1949 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4470 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull() 4526 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull()
|
/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 208 unsigned int VMMPageSize; member
|
D | display_mode_vba.c | 230 mode_lib->vba.VMMPageSize = soc->vmm_page_size_bytes; in fetch_socbb_params()
|