Searched refs:dma_fence_work (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_sw_fence_work.h | 16 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()
|
A D | i915_sw_fence_work.c | 9 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()
|
A D | TODO.txt | 33 - dma_fence_work should be in drivers/dma-buf
|
A D | i915_vma.c | 312 struct dma_fence_work base; 322 static void __vma_bind(struct dma_fence_work *work) in __vma_bind() 340 static void __vma_release(struct dma_fence_work *work) in __vma_release()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_clflush.c | 18 struct dma_fence_work base; 30 static void clflush_work(struct dma_fence_work *base) in clflush_work() 37 static void clflush_release(struct dma_fence_work *base) in clflush_release()
|
Completed in 9 milliseconds