Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c307 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1); in amdgpu_gmc_agp_location() local
319 size_bf = (mc->fb_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location()
323 size_bf = mc->fb_start & sixteen_gb_mask; in amdgpu_gmc_agp_location()
324 size_af = (mc->gart_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location()
329 mc->agp_start = (mc->fb_start - size_bf) & sixteen_gb_mask; in amdgpu_gmc_agp_location()