Home
last modified time | relevance | path

Searched refs:MALLAllocatedForDCNInBytes (Results 1 – 2 of 2) 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()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4566 unsigned int MALLAllocatedForDCNInBytes = MALLAllocatedForDCN * 1024 * 1024; in CalculateSurfaceSizeInMall() local
4608 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()
4609 (TotalSurfaceSizeInMALLForSubVP > MALLAllocatedForDCNInBytes); in CalculateSurfaceSizeInMall()