Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_queue.c196 int kfd_queue_buffer_get(struct amdgpu_vm *vm, void __user *addr, struct amdgpu_bo **pbo, in kfd_queue_buffer_get() argument
218 *pbo = amdgpu_bo_ref(mapping->bo_va->base.bo); in kfd_queue_buffer_get()
223 *pbo = NULL; in kfd_queue_buffer_get()
H A Dkfd_priv.h1339 int kfd_queue_buffer_get(struct amdgpu_vm *vm, void __user *addr, struct amdgpu_bo **pbo,
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c179 static int submit_copy_gather_data(struct gather_bo **pbo, struct device *dev, in submit_copy_gather_data() argument
223 *pbo = bo; in submit_copy_gather_data()