Searched refs:dma_fence_array (Results 1 – 11 of 11) sorted by relevance
25 struct dma_fence_array *array;29 * struct dma_fence_array - fence to represent an array of fences38 struct dma_fence_array { struct 52 * to_dma_fence_array - cast a fence to a dma_fence_array argument 53 * @fence: fence to cast to a dma_fence_array55 * Returns NULL if the fence is not a dma_fence_array,56 * or the dma_fence_array otherwise.58 static inline struct dma_fence_array *64 return container_of(fence, struct dma_fence_array, base); in to_dma_fence_array() 71 * @head: potential dma_fence_array objec[all...]
53 * 1. A composite fence (dma_fence_array) constructed of i915 requests in __busy_set_if_active() 61 struct dma_fence_array *array = to_dma_fence_array(fence); in __busy_set_if_active()
119 struct dma_fence_array *array = to_dma_fence_array(fence); in i915_gem_fence_wait_priority()
3200 struct dma_fence_array *fence_array; in eb_composite_fence_create() 3226 /* Move ownership to the dma_fence_array created above */ in eb_composite_fence_create()
285 struct dma_fence_array *cf = NULL; in xe_sync_in_fence_get()
2413 struct dma_fence_array *cf = NULL; in xe_pt_update_ops_run()
3111 struct dma_fence_array *cf = NULL; in ops_execute()
52 struct dma_fence_array *array; in mock_array()
623 * dma_fence_array.630 struct dma_fence_array *array; in dma_resv_get_singleton()
233 struct dma_fence_array *array; in amdgpu_vmid_grab_idle()
1411 struct dma_fence_array *array = to_dma_fence_array(fence); in i915_request_await_execution() 1515 struct dma_fence_array *array = to_dma_fence_array(fence); in i915_request_await_dma_fence()