Home
last modified time | relevance | path

Searched refs:dma_fence_work (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_sw_fence_work.h16 struct dma_fence_work;
20 void (*work)(struct dma_fence_work *f);
21 void (*release)(struct dma_fence_work *f);
24 struct dma_fence_work { struct
39 void dma_fence_work_init(struct dma_fence_work *f, argument
41 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal);
43 static inline void dma_fence_work_commit(struct dma_fence_work *f) in dma_fence_work_commit()
59 static inline void dma_fence_work_commit_imm(struct dma_fence_work *f) in dma_fence_work_commit_imm()
Di915_sw_fence_work.c9 static void fence_complete(struct dma_fence_work *f) in fence_complete()
18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work()
29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify()
62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name()
69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release()
83 void dma_fence_work_init(struct dma_fence_work *f, in dma_fence_work_init()
93 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) in dma_fence_work_chain()
DTODO.txt33 - dma_fence_work should be in drivers/dma-buf
Di915_vma.c309 struct dma_fence_work base;
319 static void __vma_bind(struct dma_fence_work *work) in __vma_bind()
337 static void __vma_release(struct dma_fence_work *work) in __vma_release()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_clflush.c17 struct dma_fence_work base;
29 static void clflush_work(struct dma_fence_work *base) in clflush_work()
36 static void clflush_release(struct dma_fence_work *base) in clflush_release()