Searched refs:amdgpu_fence_reference (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 243 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 …]
|
D | amdgpu_cs.h | 169 static inline void amdgpu_fence_reference(struct pipe_fence_handle **dst, in amdgpu_fence_reference() function
|
D | amdgpu_bo.c | 102 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()
|