HomeSort by: relevance | last modified time | path
    Searched refs:dma_fence_cb (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/include/linux/
sync_file.h 55 struct dma_fence_cb sf_fcb;
dma-fence.h 47 struct dma_fence_cb;
60 TAILQ_HEAD(, dma_fence_cb) f_callbacks;
80 typedef void (*dma_fence_func_t)(struct dma_fence *, struct dma_fence_cb *);
82 struct dma_fence_cb { struct
84 TAILQ_ENTRY(dma_fence_cb) fcb_entry;
144 int dma_fence_add_callback(struct dma_fence *, struct dma_fence_cb *,
146 bool dma_fence_remove_callback(struct dma_fence *, struct dma_fence_cb *);
dma-fence-array.h 46 struct dma_fence_cb dfac_cb;
dma-fence-chain.h 45 struct dma_fence_cb dfc_callback;
dma-resv.h 61 struct dma_fence_cb rp_fcb;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active_types.h 26 struct dma_fence_cb cb;
i915_active.h 50 void i915_active_noop(struct dma_fence *fence, struct dma_fence_cb *cb);
i915_sw_fence.h 89 struct dma_fence_cb base;
i915_sw_fence.c 471 struct dma_fence_cb *data)
500 struct dma_fence_cb *data)
590 struct dma_fence_cb *data)
i915_active.c 249 active_fence_cb(struct dma_fence *fence, struct dma_fence_cb *cb)
258 node_retire(struct dma_fence *fence, struct dma_fence_cb *cb)
265 excl_retire(struct dma_fence *fence, struct dma_fence_cb *cb)
987 void i915_active_noop(struct dma_fence *fence, struct dma_fence_cb *cb)
i915_request.h 211 struct dma_fence_cb cb;
  /src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h 100 struct dma_fence_cb cb;
200 struct dma_fence_cb finish_cb;
206 struct dma_fence_cb cb;
  /src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_entity.c 238 struct dma_fence_cb *cb)
354 struct dma_fence_cb *cb)
368 struct dma_fence_cb *cb)
sched_main.c 68 static void drm_sched_process_job(struct dma_fence *f, struct dma_fence_cb *cb);
666 static void drm_sched_process_job(struct dma_fence *f, struct dma_fence_cb *cb)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_client_blt.c 100 struct dma_fence_cb cb;
146 struct dma_fence_cb *cb)
  /src/sys/external/bsd/drm2/linux/
linux_dma_fence_array.c 52 dma_fence_array_done1(struct dma_fence *fence, struct dma_fence_cb *cb)
linux_dma_fence.c 542 dma_fence_add_callback(struct dma_fence *fence, struct dma_fence_cb *fcb,
589 dma_fence_remove_callback(struct dma_fence *fence, struct dma_fence_cb *fcb)
766 struct dma_fence_cb *fcb, *next;
797 struct dma_fence_cb fcb;
807 wait_any_cb(struct dma_fence *fence, struct dma_fence_cb *fcb)
1180 struct dma_fence_cb *fcb, *next;
linux_dma_fence_chain.c 102 dma_fence_chain_callback(struct dma_fence *fence, struct dma_fence_cb *cb)
linux_sync_file.c 87 sync_file_fence_cb(struct dma_fence *fence, struct dma_fence_cb *fcb)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 56 struct dma_fence_cb cb;
100 struct dma_fence_cb *_cb)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pm.c 104 static void duration(struct dma_fence *fence, struct dma_fence_cb *cb)
intel_breadcrumbs.c 133 struct dma_fence_cb *cur, *tmp;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 125 struct dma_fence_cb cb;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fence.c 1126 struct dma_fence_cb base;
1130 radeon_fence_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb)
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.c 162 struct dma_fence_cb base;
171 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb)

Completed in 24 milliseconds

1 2