Searched refs:amdgpu_gmc_get_pde_for_bo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gmc.c | 35 * amdgpu_gmc_get_pde_for_bo - get the PDE for a BO 44 void amdgpu_gmc_get_pde_for_bo(struct amdgpu_bo *bo, int level, in amdgpu_gmc_get_pde_for_bo() function 79 amdgpu_gmc_get_pde_for_bo(bo, -1, &pd_addr, &flags); in amdgpu_gmc_pd_addr()
|
H A D | amdgpu_gmc.h | 284 void amdgpu_gmc_get_pde_for_bo(struct amdgpu_bo *bo, int level,
|
H A D | amdgpu_vm.c | 1258 amdgpu_gmc_get_pde_for_bo(entry->base.bo, level, &pt, &flags); in amdgpu_vm_update_pde()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gmc.c | 94 * amdgpu_gmc_get_pde_for_bo - get the PDE for a BO 103 void amdgpu_gmc_get_pde_for_bo(struct amdgpu_bo *bo, int level, in amdgpu_gmc_get_pde_for_bo() function 135 amdgpu_gmc_get_pde_for_bo(bo, -1, &pd_addr, &flags); in amdgpu_gmc_pd_addr()
|
H A D | amdgpu_gmc.h | 381 void amdgpu_gmc_get_pde_for_bo(struct amdgpu_bo *bo, int level,
|
H A D | amdgpu_vm_pt.c | 778 amdgpu_gmc_get_pde_for_bo(entry->bo, level, &pt, &flags); in amdgpu_vm_pde_update()
|
Completed in 9 milliseconds