Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c1808 unsigned int MALLAllocatedForDCNInBytes = MALLAllocatedForDCN * 1024 * 1024; in dml32_CalculateSurfaceSizeInMall() local
1906 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in dml32_CalculateSurfaceSizeInMall()
1907 (TotalSurfaceSizeInMALLForSubVP > MALLAllocatedForDCNInBytes); in dml32_CalculateSurfaceSizeInMall()