HomeSort by: relevance | last modified time | path
    Searched defs:centity (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.c 465 struct amdgpu_ctx_entity *centity = to_amdgpu_ctx_entity(entity); local
471 seq = centity->sequence;
473 other = centity->fences[idx];
478 centity->fences[idx] = fence;
479 centity->sequence++;
491 struct amdgpu_ctx_entity *centity = to_amdgpu_ctx_entity(entity); local
497 seq = centity->sequence - 1;
499 if (seq >= centity->sequence) {
505 if (seq + amdgpu_sched_jobs < centity->sequence) {
510 fence = dma_fence_get(centity->fences[seq & (amdgpu_sched_jobs - 1)])
542 struct amdgpu_ctx_entity *centity = to_amdgpu_ctx_entity(entity); local
    [all...]

Completed in 24 milliseconds