Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gmc.c304 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1); in amdgpu_gmc_agp_location() local
316 size_bf = (mc->fb_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location()
320 size_bf = mc->fb_start & sixteen_gb_mask; in amdgpu_gmc_agp_location()
321 size_af = (mc->gart_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location()
326 mc->agp_start = (mc->fb_start - size_bf) & sixteen_gb_mask; in amdgpu_gmc_agp_location()

Completed in 5 milliseconds