Home
last modified time | relevance | path

Searched refs:amdgpu_fence_reference (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c243 amdgpu_fence_reference(&fence, cs->next_fence); in amdgpu_cs_get_next_fence()
254 amdgpu_fence_reference(&cs->next_fence, fence); in amdgpu_cs_get_next_fence()
841 amdgpu_fence_reference(&cs->fence_dependencies[i], NULL); in amdgpu_cs_context_cleanup()
847 amdgpu_fence_reference(&cs->fence, NULL); in amdgpu_cs_context_cleanup()
1068 amdgpu_fence_reference(&cs->fence_dependencies[idx], in amdgpu_cs_add_fence_dependency()
1085 amdgpu_fence_reference(&bo->fences[new_num_fences], bo->fences[j]); in amdgpu_add_bo_fence_dependencies()
1092 amdgpu_fence_reference(&cs->fence_dependencies[idx], in amdgpu_add_bo_fence_dependencies()
1097 amdgpu_fence_reference(&bo->fences[j], NULL); in amdgpu_add_bo_fence_dependencies()
1127 amdgpu_fence_reference(&bo->fences[bo->num_fences], NULL); in amdgpu_add_fences()
1137 amdgpu_fence_reference(&bo->fences[bo->num_fences], fences[i]); in amdgpu_add_fences()
[all …]
Damdgpu_cs.h169 static inline void amdgpu_fence_reference(struct pipe_fence_handle **dst, in amdgpu_fence_reference() function
Damdgpu_bo.c102 amdgpu_fence_reference(&bo->fences[i], NULL); in amdgpu_bo_wait()
120 amdgpu_fence_reference(&fence, bo->fences[0]); in amdgpu_bo_wait()
134 amdgpu_fence_reference(&bo->fences[0], NULL); in amdgpu_bo_wait()
140 amdgpu_fence_reference(&fence, NULL); in amdgpu_bo_wait()
157 amdgpu_fence_reference(&bo->fences[i], NULL); in amdgpu_bo_remove_fences()