Home
last modified time | relevance | path

Searched refs:dma_fence_cb (Results 1 – 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
Ddma-fence.h27 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);
Dsync_file.h53 struct dma_fence_cb cb;
Ddma-fence-array.h24 struct dma_fence_cb cb;
Ddma-fence-chain.h32 struct dma_fence_cb cb;
Ddma-buf.h334 struct dma_fence_cb cb;
/kernel/linux/linux-5.10/include/drm/
Dgpu_scheduler.h98 struct dma_fence_cb cb;
194 struct dma_fence_cb finish_cb;
200 struct dma_fence_cb cb;
/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-fence.c332 struct dma_fence_cb *cur, *tmp; in dma_fence_signal_locked()
556 int dma_fence_add_callback(struct dma_fence *fence, struct dma_fence_cb *cb, in dma_fence_add_callback()
630 dma_fence_remove_callback(struct dma_fence *fence, struct dma_fence_cb *cb) in dma_fence_remove_callback()
648 struct dma_fence_cb base;
653 dma_fence_default_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in dma_fence_default_wait_cb()
Dst-dma-fence.c37 struct dma_fence_cb cb;
41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup()
147 struct dma_fence_cb cb;
151 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb) in simple_callback()
Ddma-fence-array.c56 struct dma_fence_cb *cb) in dma_fence_array_cb_func()
Ddma-fence-chain.c135 static void dma_fence_chain_cb(struct dma_fence *f, struct dma_fence_cb *cb) in dma_fence_chain_cb()
Dsync_file.c46 static void fence_check_cb_func(struct dma_fence *f, struct dma_fence_cb *cb) in fence_check_cb_func()
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
Dsched_entity.c201 struct dma_fence_cb *cb) in drm_sched_entity_kill_jobs_cb()
318 struct dma_fence_cb *cb) in drm_sched_entity_clear_dep()
332 struct dma_fence_cb *cb) in drm_sched_entity_wakeup()
Dsched_main.c63 static void drm_sched_process_job(struct dma_fence *f, struct dma_fence_cb *cb);
645 static void drm_sched_process_job(struct dma_fence *f, struct dma_fence_cb *cb) in drm_sched_process_job()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_active_types.h22 struct dma_fence_cb cb;
Di915_sw_fence.c410 struct dma_fence_cb *data) in dma_i915_sw_fence_wake()
439 struct dma_fence_cb *data) in dma_i915_sw_fence_wake_timer()
529 struct dma_fence_cb *data) in __dma_i915_sw_fence_wake()
Di915_sw_fence.h75 struct dma_fence_cb base;
Di915_active.h48 void i915_active_noop(struct dma_fence *fence, struct dma_fence_cb *cb);
Di915_active.c216 active_fence_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in active_fence_cb()
225 node_retire(struct dma_fence *fence, struct dma_fence_cb *cb) in node_retire()
232 excl_retire(struct dma_fence *fence, struct dma_fence_cb *cb) in excl_retire()
1123 void i915_active_noop(struct dma_fence *fence, struct dma_fence_cb *cb) in i915_active_noop()
Di915_request.h212 struct dma_fence_cb cb;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_pm.c92 static void duration(struct dma_fence *fence, struct dma_fence_cb *cb) in duration()
221 struct dma_fence_cb *cb = in call_idle_barriers()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_client_blt.c96 struct dma_fence_cb cb;
142 struct dma_fence_cb *cb) in clear_pages_dma_fence_cb()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c45 struct dma_fence_cb cb;
89 struct dma_fence_cb *_cb) in amdgpu_pasid_free_cb()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_drv.h122 struct dma_fence_cb cb;
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_fence.c1066 struct dma_fence_cb base;
1071 radeon_fence_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in radeon_fence_wait_cb()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c155 struct dma_fence_cb base;
160 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in vmwgfx_wait_cb()

12