Lines Matching refs:buf_handle
53 amdgpu_bo_handle *buf_handle) in amdgpu_bo_create() argument
74 *buf_handle = bo; in amdgpu_bo_create()
80 amdgpu_bo_handle *buf_handle) in amdgpu_bo_alloc() argument
101 buf_handle); in amdgpu_bo_alloc()
320 output->buf_handle = bo; in amdgpu_bo_import()
377 output->buf_handle = bo; in amdgpu_bo_import()
395 drm_public int amdgpu_bo_free(amdgpu_bo_handle buf_handle) in amdgpu_bo_free() argument
398 struct amdgpu_bo *bo = buf_handle; in amdgpu_bo_free()
541 amdgpu_bo_handle *buf_handle, in amdgpu_find_bo_by_cpu_mapping() argument
568 *buf_handle = bo; in amdgpu_find_bo_by_cpu_mapping()
571 *buf_handle = NULL; in amdgpu_find_bo_by_cpu_mapping()
583 amdgpu_bo_handle *buf_handle) in amdgpu_create_bo_from_user_mem() argument
598 r = amdgpu_bo_create(dev, size, args.handle, buf_handle); in amdgpu_create_bo_from_user_mem()