Home
last modified time | relevance | path

Searched refs:MaxTotalDETInKByte (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h88 unsigned int MaxTotalDETInKByte,
202 unsigned int MaxTotalDETInKByte,
1063 unsigned int *MaxTotalDETInKByte,
Ddisplay_mode_vba_util_32.c399 unsigned int MaxTotalDETInKByte, in dml32_CalculateSwathAndDETConfiguration() argument
571 MaxTotalDETInKByte, in dml32_CalculateSwathAndDETConfiguration()
914 unsigned int MaxTotalDETInKByte, in dml32_CalculateDETBufferSize() argument
945 dml_print("DML::%s: MaxTotalDETInKByte = %d\n", __func__, MaxTotalDETInKByte); in dml32_CalculateDETBufferSize()
963 DETBufferSizePoolInKByte = MaxTotalDETInKByte; in dml32_CalculateDETBufferSize()
1040 (double) DETBufferSizeInKByte[k] / (double) MaxTotalDETInKByte) >= in dml32_CalculateDETBufferSize()
6064 unsigned int *MaxTotalDETInKByte, in dml32_CalculateMaxDETAndMinCompressedBufferSize() argument
6071 *MaxTotalDETInKByte = dml_ceil(((double)ConfigReturnBufferSizeInKByte + in dml32_CalculateMaxDETAndMinCompressedBufferSize()
6073 *nomDETInKByte = dml_floor((double) *MaxTotalDETInKByte / (double) MaxNumDPP, 64); in dml32_CalculateMaxDETAndMinCompressedBufferSize()
6074 *MinCompressedBufferSizeInKByte = ConfigReturnBufferSizeInKByte - *MaxTotalDETInKByte; in dml32_CalculateMaxDETAndMinCompressedBufferSize()
[all …]
Ddisplay_mode_vba_32.c48 &mode_lib->vba.MaxTotalDETInKByte, &mode_lib->vba.nomDETInKByte, in dml32_recalculate()
226 mode_lib->vba.MaxTotalDETInKByte, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1958 mode_lib->vba.MaxTotalDETInKByte, in dml32_ModeSupportAndSystemConfigurationFull()
2558 mode_lib->vba.MaxTotalDETInKByte, in dml32_ModeSupportAndSystemConfigurationFull()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h439 unsigned int MaxTotalDETInKByte; member