Lines Matching defs:fence
265 * Structure describing CS fence
275 /** To which HW IP type the fence belongs */
284 /** Specify fence for which we need to check submission status.*/
285 uint64_t fence;
310 * Structure describing fence information
316 /** buffer object for the fence */
319 /** fence offset in the unit of sizeof(uint64_t) */
377 * The fence information
1002 * The caller can specify the user fence buffer/location with the fence_info in the
1037 * \param fence - \c [in] Structure describing fence to query
1040 * \param expired - \c [out] If fence expired or not.\n
1041 * 0 – if fence is not expired\n
1054 int amdgpu_cs_query_fence_status(struct amdgpu_cs_fence *fence,
1062 * \param fences - \c [in] The fence array to wait
1063 * \param fence_count - \c [in] The fence count
1065 * otherwise, wait at least one fence
1068 * \param first - \c [out] the index of the first signaled fence from @fences
1790 * Export an amdgpu fence as a handle (syncobj or fd).
1799 struct amdgpu_cs_fence *fence,
1850 void amdgpu_cs_chunk_fence_to_dep(struct amdgpu_cs_fence *fence,