Searched refs:dma_fence_cb (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v6.1/include/linux/ |
D | dma-fence.h | 27 struct dma_fence_cb; 106 struct dma_fence_cb *cb); 116 struct dma_fence_cb { struct 378 struct dma_fence_cb *cb, 381 struct dma_fence_cb *cb);
|
D | sync_file.h | 53 struct dma_fence_cb cb;
|
D | dma-fence-array.h | 24 struct dma_fence_cb cb;
|
D | dma-fence-chain.h | 38 struct dma_fence_cb cb;
|
D | dma-buf.h | 441 struct dma_fence_cb cb;
|
/Linux-v6.1/include/drm/ |
D | gpu_scheduler.h | 169 struct dma_fence_cb cb; 306 struct dma_fence_cb finish_cb; 314 struct dma_fence_cb cb;
|
/Linux-v6.1/drivers/dma-buf/ |
D | dma-fence.c | 369 struct dma_fence_cb *cur, *tmp; in dma_fence_signal_timestamp_locked() 642 int dma_fence_add_callback(struct dma_fence *fence, struct dma_fence_cb *cb, in dma_fence_add_callback() 716 dma_fence_remove_callback(struct dma_fence *fence, struct dma_fence_cb *cb) in dma_fence_remove_callback() 734 struct dma_fence_cb base; 739 dma_fence_default_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in dma_fence_default_wait_cb()
|
D | st-dma-fence.c | 37 struct dma_fence_cb cb; 41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup() 151 struct dma_fence_cb cb; 155 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb) in simple_callback()
|
D | dma-fence-array.c | 56 struct dma_fence_cb *cb) in dma_fence_array_cb_func()
|
D | dma-fence-chain.c | 135 static void dma_fence_chain_cb(struct dma_fence *f, struct dma_fence_cb *cb) in dma_fence_chain_cb()
|
D | sync_file.c | 47 static void fence_check_cb_func(struct dma_fence *f, struct dma_fence_cb *cb) in fence_check_cb_func()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_active_types.h | 20 struct dma_fence_cb cb;
|
D | i915_sw_fence.c | 419 struct dma_fence_cb *data) in dma_i915_sw_fence_wake() 448 struct dma_fence_cb *data) in dma_i915_sw_fence_wake_timer() 538 struct dma_fence_cb *data) in __dma_i915_sw_fence_wake()
|
D | i915_sw_fence.h | 80 struct dma_fence_cb base;
|
D | i915_active.h | 48 void i915_active_noop(struct dma_fence *fence, struct dma_fence_cb *cb);
|
D | i915_active.c | 211 active_fence_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in active_fence_cb() 220 node_retire(struct dma_fence *fence, struct dma_fence_cb *cb) in node_retire() 227 excl_retire(struct dma_fence *fence, struct dma_fence_cb *cb) in excl_retire() 1091 void i915_active_noop(struct dma_fence *fence, struct dma_fence_cb *cb) in i915_active_noop()
|
D | i915_request.h | 248 struct dma_fence_cb cb;
|
/Linux-v6.1/drivers/gpu/drm/scheduler/ |
D | sched_entity.c | 205 struct dma_fence_cb *cb) in drm_sched_entity_kill_jobs_cb() 330 struct dma_fence_cb *cb) in drm_sched_entity_clear_dep() 344 struct dma_fence_cb *cb) in drm_sched_entity_wakeup()
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_engine_pm.c | 83 static void duration(struct dma_fence *fence, struct dma_fence_cb *cb) in duration() 224 struct dma_fence_cb *cb = in call_idle_barriers()
|
D | intel_breadcrumbs.c | 142 struct dma_fence_cb *cur, *tmp; in __dma_fence_signal__notify()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ids.c | 45 struct dma_fence_cb cb; 89 struct dma_fence_cb *_cb) in amdgpu_pasid_free_cb()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_drv.h | 118 struct dma_fence_cb cb;
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_move.c | 279 struct dma_fence_cb cb; 385 static void __memcpy_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in __memcpy_cb()
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 1045 struct dma_fence_cb base; 1050 radeon_fence_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in radeon_fence_wait_cb()
|
/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 163 struct dma_fence_cb base; 168 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in vmwgfx_wait_cb()
|
12