Searched refs:centity (Results 1 – 1 of 1) sorted by relevance
188 struct amdgpu_ctx_entity *centity) in amdgpu_ctx_entity_time() argument724 uint64_t seq = centity->sequence; in amdgpu_ctx_add_fence()729 other = centity->fences[idx]; in amdgpu_ctx_add_fence()735 centity->fences[idx] = fence; in amdgpu_ctx_add_fence()736 centity->sequence++; in amdgpu_ctx_add_fence()756 seq = centity->sequence - 1; in amdgpu_ctx_get_fence()758 if (seq >= centity->sequence) { in amdgpu_ctx_get_fence()831 other = dma_fence_get(centity->fences[idx]); in amdgpu_ctx_wait_prev_fence()953 struct amdgpu_ctx_entity *centity; in amdgpu_ctx_mgr_usage() local956 centity = ctx->entities[hw_ip][i]; in amdgpu_ctx_mgr_usage()[all …]
Completed in 5 milliseconds