Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h367 bool *ExceededMALLSize);
H A Ddisplay_mode_vba_util_32.c1801 bool *ExceededMALLSize) in dml32_CalculateSurfaceSizeInMall()
1904 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in dml32_CalculateSurfaceSizeInMall()
H A Ddisplay_mode_vba_32.c1703 && !mode_lib->vba.ExceededMALLSize in mode_support_configuration()
2683 &mode_lib->vba.ExceededMALLSize); in dml32_ModeSupportAndSystemConfigurationFull()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1200 bool ExceededMALLSize; member