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_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4585 unsigned int MALLAllocatedForDCNInBytes = MALLAllocatedForDCN * 1024 * 1024; in CalculateSurfaceSizeInMall() local
4627 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()
4628 (TotalSurfaceSizeInMALLForSubVP > MALLAllocatedForDCNInBytes); in CalculateSurfaceSizeInMall()