Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.h406 void amdgpu_gmc_get_pde_for_bo(struct amdgpu_bo *bo, int level,
H A Damdgpu_vm_pt.c647 amdgpu_gmc_get_pde_for_bo(entry->bo, level, &pt, &flags); in amdgpu_vm_pde_update()
H A Damdgpu_gmc.c102 * amdgpu_gmc_get_pde_for_bo - get the PDE for a BO
111 void amdgpu_gmc_get_pde_for_bo(struct amdgpu_bo *bo, int level, in amdgpu_gmc_get_pde_for_bo() function
143 amdgpu_gmc_get_pde_for_bo(bo, -1, &pd_addr, &flags); in amdgpu_gmc_pd_addr()