Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4547 unsigned int MALLAllocatedForDCNInBytes = MALLAllocatedForDCN * 1024 * 1024; in CalculateSurfaceSizeInMall() local
4589 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()
4590 (TotalSurfaceSizeInMALLForSubVP > MALLAllocatedForDCNInBytes); in CalculateSurfaceSizeInMall()