HomeSort by: relevance | last modified time | path
    Searched refs:to_dma_fence_array (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
dma-fence-array.h 42 #define to_dma_fence_array linux_to_dma_fence_array macro
66 to_dma_fence_array(struct dma_fence *);
  /src/sys/external/bsd/drm2/linux/
linux_dma_fence_array.c 91 struct dma_fence_array *A = to_dma_fence_array(fence);
125 struct dma_fence_array *A = to_dma_fence_array(fence);
135 struct dma_fence_array *A = to_dma_fence_array(fence);
188 to_dma_fence_array(struct dma_fence *fence) function in typeref:struct:dma_fence_array *
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_wait.c 137 struct dma_fence_array *array = to_dma_fence_array(fence);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.c 993 struct dma_fence_array *array = to_dma_fence_array(fence);
1101 struct dma_fence_array *array = to_dma_fence_array(fence);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.c 739 fence_array = to_dma_fence_array(fence);

Completed in 13 milliseconds