Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c1620 u32 u, mall_size_per_umc, m_s_present, half_use; in amdgpu_discovery_get_mall_info() local
1642 half_use = le32_to_cpu(mall_info->v1.m_half_use); in amdgpu_discovery_get_mall_info()
1646 else if (half_use & (1 << u)) in amdgpu_discovery_get_mall_info()
1652 adev->gmc.m_half_use = half_use; in amdgpu_discovery_get_mall_info()