Lines Matching refs:nouveau_fence_chan

47 static inline struct nouveau_fence_chan *
50 return container_of(fence->base.lock, struct nouveau_fence_chan, lock); in nouveau_fctx()
63 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal()
84 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill()
104 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()
121 kfree(container_of(fence_ref, struct nouveau_fence_chan, fence_ref)); in nouveau_fence_context_put()
125 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()
131 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
152 struct nouveau_fence_chan *fctx = container_of(work, struct nouveau_fence_chan, in nouveau_fence_uevent_work()
176 struct nouveau_fence_chan *fctx = container_of(event, typeof(*fctx), event); in nouveau_fence_wait_uevent_handler()
182 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
224 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit()
264 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_done()
361 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_sync()
462 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_get_timeline_name()
476 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_is_signaled()
517 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_release()
535 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_enable_signaling()