Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h502 int amdgpu_vm_pt_map_tables(struct amdgpu_device *adev, struct amdgpu_vm *vm);
H A Damdgpu_vm_pt.c1093 int amdgpu_vm_pt_map_tables(struct amdgpu_device *adev, struct amdgpu_vm *vm) in amdgpu_vm_pt_map_tables() function
H A Damdgpu_vm.c2303 r = amdgpu_vm_pt_map_tables(adev, vm); in amdgpu_vm_make_compute()