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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c 1401 * amdgpu_cs_get_fence - helper to get fence from drm_amdgpu_fence
1407 static struct dma_fence *amdgpu_cs_get_fence(struct amdgpu_device *adev, function in typeref:struct:dma_fence *
1443 fence = amdgpu_cs_get_fence(adev, filp, &info->in.fence);
1535 fence = amdgpu_cs_get_fence(adev, filp, &fences[i]);
1588 fence = amdgpu_cs_get_fence(adev, filp, &fences[i]);

Completed in 45 milliseconds