Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.c542 uint64_t seq = centity->sequence; in amdgpu_ctx_add_fence()
547 other = centity->fences[idx]; in amdgpu_ctx_add_fence()
554 centity->fences[idx] = fence; in amdgpu_ctx_add_fence()
555 centity->sequence++; in amdgpu_ctx_add_fence()
573 seq = centity->sequence - 1; in amdgpu_ctx_get_fence()
575 if (seq >= centity->sequence) { in amdgpu_ctx_get_fence()
581 if (seq + amdgpu_sched_jobs < centity->sequence) { in amdgpu_ctx_get_fence()
648 other = dma_fence_get(centity->fences[idx]); in amdgpu_ctx_wait_prev_fence()
755 fence = dma_fence_get(centity->fences[i]); in amdgpu_ctx_fence_time()
786 struct amdgpu_ctx_entity *centity; in amdgpu_ctx_mgr_fence_usage() local
[all …]

Completed in 5 milliseconds