Searched refs:amdgpu_fence_reference (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 266 amdgpu_fence_reference(&fence, cs->next_fence); in amdgpu_cs_get_next_fence() 277 amdgpu_fence_reference(&cs->next_fence, fence); in amdgpu_cs_get_next_fence() 900 amdgpu_fence_reference(&fences->list[i], NULL); in cleanup_fence_list() 929 amdgpu_fence_reference(&cs->fence, NULL); in amdgpu_cs_context_cleanup() 1220 amdgpu_fence_reference(&fences->list[idx], (struct pipe_fence_handle*)fence); in add_fence_to_list() 1293 amdgpu_fence_reference(&bo->fences[new_num_fences], bo->fences[j]); in amdgpu_add_bo_fence_dependencies() 1303 amdgpu_fence_reference(&bo->fences[j], NULL); in amdgpu_add_bo_fence_dependencies() 1333 amdgpu_fence_reference(&bo->fences[bo->num_fences], NULL); in amdgpu_add_fences() 1343 amdgpu_fence_reference(&bo->fences[bo->num_fences], fences[i]); in amdgpu_add_fences() 1808 amdgpu_fence_reference(&cur->fence, NULL); in amdgpu_cs_flush() [all …]
|
D | amdgpu_cs.h | 190 static inline void amdgpu_fence_reference(struct pipe_fence_handle **dst, in amdgpu_fence_reference() function
|
D | amdgpu_bo.c | 97 amdgpu_fence_reference(&bo->fences[i], NULL); in amdgpu_bo_wait() 115 amdgpu_fence_reference(&fence, bo->fences[0]); in amdgpu_bo_wait() 129 amdgpu_fence_reference(&bo->fences[0], NULL); in amdgpu_bo_wait() 135 amdgpu_fence_reference(&fence, NULL); in amdgpu_bo_wait() 158 amdgpu_fence_reference(&bo->fences[i], NULL); in amdgpu_bo_remove_fences()
|