/linux-5.19.10/drivers/dma-buf/ |
D | sync_file.c | 150 struct dma_fence **fences, int num_fences) in sync_file_set_fence() 182 static void add_fence(struct dma_fence **fences, in add_fence() 206 struct dma_fence *a_fence, *b_fence, **fences; in sync_file_merge() local
|
D | dma-resv.c | 253 struct dma_resv_list *fences = dma_resv_fences_list(obj); in dma_resv_reset_max_fences() local 557 unsigned int *num_fences, struct dma_fence ***fences) in dma_resv_get_fences() 613 struct dma_fence **fences; in dma_resv_get_singleton() local
|
D | dma-fence.c | 806 dma_fence_test_signaled_any(struct dma_fence **fences, uint32_t count, in dma_fence_test_signaled_any() 843 dma_fence_wait_any_timeout(struct dma_fence **fences, uint32_t count, in dma_fence_wait_any_timeout()
|
D | st-dma-resv.c | 239 struct dma_fence *f, **fences = NULL; in test_get_fences() local
|
D | dma-fence-array.c | 155 struct dma_fence **fences, in dma_fence_array_create()
|
D | st-dma-fence-unwrap.c | 56 struct dma_fence **fences; in mock_array() local
|
D | st-dma-fence.c | 432 struct dma_fence __rcu **fences; member
|
D | st-dma-fence-chain.c | 100 struct dma_fence **fences; member
|
/linux-5.19.10/include/linux/ |
D | dma-resv.h | 168 struct dma_resv_list __rcu *fences; member 200 struct dma_resv_list *fences; member
|
D | dma-fence-array.h | 43 struct dma_fence **fences; member
|
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sa.c | 207 struct dma_fence **fences, in amdgpu_sa_bo_next_hole() 279 struct dma_fence *fences[AMDGPU_SA_NUM_FENCE_LISTS]; in amdgpu_sa_bo_new() local
|
D | amdgpu_jpeg.c | 78 unsigned int fences = 0; in amdgpu_jpeg_idle_work_handler() local
|
D | amdgpu_ctx.h | 42 struct dma_fence *fences[]; member
|
D | amdgpu_cs.c | 1524 struct drm_amdgpu_fence *fences) in amdgpu_cs_wait_all_fences() 1569 struct drm_amdgpu_fence *fences) in amdgpu_cs_wait_any_fence() 1637 struct drm_amdgpu_fence *fences; in amdgpu_cs_wait_fences_ioctl() local
|
D | amdgpu_debugfs.c | 1431 struct dma_fence **fences) in amdgpu_ib_preempt_fences_swap() 1460 static void amdgpu_ib_preempt_signal_fences(struct dma_fence **fences, in amdgpu_ib_preempt_signal_fences() 1532 struct dma_fence **fences = NULL; in amdgpu_debugfs_ib_preempt() local
|
D | amdgpu_vcn.c | 424 unsigned int fences = 0, fence[AMDGPU_MAX_VCN_INSTANCES] = {0}; in amdgpu_vcn_idle_work_handler() local 489 unsigned int fences = 0; in amdgpu_vcn_ring_begin_use() local
|
D | vcn_v1_0.c | 1789 unsigned int fences = 0, i; in vcn_v1_0_idle_work_handler() local 1854 unsigned int fences = 0, i; in vcn_v1_0_set_pg_for_begin_use() local
|
D | amdgpu_ids.c | 187 struct dma_fence **fences; in amdgpu_vmid_grab_idle() local
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_deps.h | 26 struct dma_fence **fences; member
|
D | i915_deps.c | 134 struct dma_fence **fences = deps->fences; in i915_deps_sync() local
|
/linux-5.19.10/drivers/gpu/drm/radeon/ |
D | radeon_sa.c | 248 struct radeon_fence **fences, in radeon_sa_bo_next_hole() 317 struct radeon_fence *fences[RADEON_NUM_RINGS]; in radeon_sa_bo_new() local
|
D | radeon_fence.c | 595 struct radeon_fence **fences, in radeon_fence_wait_any()
|
/linux-5.19.10/drivers/gpu/drm/i915/selftests/ |
D | i915_sw_fence.c | 453 struct i915_sw_fence **fences; in test_chain() local
|
/linux-5.19.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 312 struct eb_fence *fences; member 2726 __free_fence_array(struct eb_fence *fences, unsigned int n) in __free_fence_array() 2937 static void put_fence_array(struct eb_fence *fences, int num_fences) in put_fence_array() 3137 struct dma_fence **fences; in eb_composite_fence_create() local
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/ |
D | intel_context_types.h | 192 struct list_head fences; member
|