Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c315 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1); in amdgpu_gmc_agp_location() local
327 size_bf = (mc->fb_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location()
331 size_bf = mc->fb_start & sixteen_gb_mask; in amdgpu_gmc_agp_location()
332 size_af = (mc->gart_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location()
337 mc->agp_start = (mc->fb_start - size_bf) & sixteen_gb_mask; in amdgpu_gmc_agp_location()