Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h364 bool *ExceededMALLSize);
Ddisplay_mode_vba_util_32.c1802 bool *ExceededMALLSize) in dml32_CalculateSurfaceSizeInMall()
1900 *ExceededMALLSize = (TotalSurfaceSizeInMALL > MALLAllocatedForDCN * 1024 * 1024); in dml32_CalculateSurfaceSizeInMall()
Ddisplay_mode_vba_32.c1690 && !mode_lib->vba.ExceededMALLSize in mode_support_configuration()
2658 &mode_lib->vba.ExceededMALLSize); in dml32_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h1198 bool ExceededMALLSize; member