Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gmc.c303 const uint64_t sixteen_gb = 1ULL << 34; in amdgpu_gmc_agp_location() local
304 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1); in amdgpu_gmc_agp_location()
317 ALIGN(mc->gart_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
318 size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
322 ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
329 mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()

Completed in 4 milliseconds