Searched refs:VMMPageSize (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_mode_vba_20.c | 145 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() 4515 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull() 4554 mode_lib->vba.VMMPageSize, in dml20_ModeSupportAndSystemConfigurationFull()
|
H A D | display_mode_vba_20v2.c | 169 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/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_mode_vba_21.c | 186 unsigned int VMMPageSize, 1274 unsigned int VMMPageSize, in CalculateVMAndRowBytes() argument 1333 (double) (DCCMetaSurfaceBytes - VMMPageSize) in CalculateVMAndRowBytes() 1334 / (8 * VMMPageSize), in CalculateVMAndRowBytes() 1391 *PixelPTEReqWidth = 8.0 * VMMPageSize / BytePerPixel; in CalculateVMAndRowBytes() 1403 } else if (VMMPageSize == 4096 && MacroTileSizeBytes > 4096) { in CalculateVMAndRowBytes() 1898 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1955 mode_lib->vba.VMMPageSize, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4615 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull() 4671 mode_lib->vba.VMMPageSize, in dml21_ModeSupportAndSystemConfigurationFull()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 361 unsigned int VMMPageSize; member
|
H A D | display_mode_vba.c | 371 mode_lib->vba.VMMPageSize = soc->vmm_page_size_bytes; in fetch_socbb_params()
|