Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c1517 u32 u, mall_size_per_umc, m_s_present, half_use; in amdgpu_discovery_get_mall_info() local
1539 half_use = le32_to_cpu(mall_info->v1.m_half_use); in amdgpu_discovery_get_mall_info()
1543 else if (half_use & (1 << u)) in amdgpu_discovery_get_mall_info()
1549 adev->gmc.m_half_use = half_use; in amdgpu_discovery_get_mall_info()