Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c222 const uint64_t sixteen_gb = 1ULL << 34; in amdgpu_gmc_agp_location() local
223 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1); in amdgpu_gmc_agp_location()
236 ALIGN(mc->gart_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
237 size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
241 ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
248 mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c314 const uint64_t sixteen_gb = 1ULL << 34; in amdgpu_gmc_agp_location() local
315 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1); in amdgpu_gmc_agp_location()
328 ALIGN(mc->gart_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
329 size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
333 ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
340 mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()

Completed in 3 milliseconds