Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.c188 struct amdgpu_ctx_entity *centity) in amdgpu_ctx_entity_time() argument
724 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() local
956 centity = ctx->entities[hw_ip][i]; in amdgpu_ctx_mgr_usage()
[all …]

Completed in 5 milliseconds