Searched refs:centity (Results 1 – 1 of 1) sorted by relevance
191 struct amdgpu_ctx_entity *centity) in amdgpu_ctx_entity_time() argument762 uint64_t seq = centity->sequence; in amdgpu_ctx_add_fence()767 other = centity->fences[idx]; in amdgpu_ctx_add_fence()773 centity->fences[idx] = fence; in amdgpu_ctx_add_fence()774 centity->sequence++; in amdgpu_ctx_add_fence()794 seq = centity->sequence - 1; in amdgpu_ctx_get_fence()796 if (seq >= centity->sequence) { in amdgpu_ctx_get_fence()869 other = dma_fence_get(centity->fences[idx]); in amdgpu_ctx_wait_prev_fence()980 struct amdgpu_ctx_entity *centity; in amdgpu_ctx_mgr_usage() local983 centity = ctx->entities[hw_ip][i]; in amdgpu_ctx_mgr_usage()[all …]
Completed in 5 milliseconds