Home | History | Annotate | Download | only in amdgpu

Lines Matching refs:buf_handle

234 	amdgpu_bo_handle buf_handle;
555 * \param buf_handle - \c [out] Allocated buffer handle
564 amdgpu_bo_handle *buf_handle);
570 * \param buf_handle - \c [in] Buffer handle
576 int amdgpu_bo_set_metadata(amdgpu_bo_handle buf_handle,
585 * \param buf_handle - \c [in] Buffer handle
593 int amdgpu_bo_query_info(amdgpu_bo_handle buf_handle,
601 * \param buf_handle - \c [in] Buffer handle
611 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
648 * \param buf_handle - [out] Buffer handle for the userptr memory
673 amdgpu_bo_handle *buf_handle);
679 * \param buf_handle - \c [in] Buffer handle to free
693 int amdgpu_bo_free(amdgpu_bo_handle buf_handle);
698 * \param buf_handle - \c [in] Buffer handle
707 int amdgpu_bo_cpu_map(amdgpu_bo_handle buf_handle, void **cpu);
712 * \param buf_handle - \c [in] Buffer handle
720 int amdgpu_bo_cpu_unmap(amdgpu_bo_handle buf_handle);
726 * \param buf_handle - \c [in] Buffer handle.
735 int amdgpu_bo_wait_for_idle(amdgpu_bo_handle buf_handle,