Lines Matching refs:dma_fence
37 struct dma_fence *fence;
65 struct dma_fence *f) in amdgpu_sync_same_dev()
86 static void *amdgpu_sync_get_owner(struct dma_fence *f) in amdgpu_sync_get_owner()
113 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later()
114 struct dma_fence *fence) in amdgpu_sync_keep_later()
132 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f, bool explicit) in amdgpu_sync_add_later()
158 struct dma_fence *f, bool explicit) in amdgpu_sync_fence()
197 struct dma_fence *f; in amdgpu_sync_resv()
258 struct dma_fence *amdgpu_sync_peek_fence(struct amdgpu_sync *sync, in amdgpu_sync_peek_fence()
266 struct dma_fence *f = e->fence; in amdgpu_sync_peek_fence()
301 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync, bool *explicit) in amdgpu_sync_get_fence()
305 struct dma_fence *f; in amdgpu_sync_get_fence()
337 struct dma_fence *f; in amdgpu_sync_clone()