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()
103 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()
119 kfree(container_of(fence_ref, struct nouveau_fence_chan, fence_ref)); in nouveau_fence_context_put()
123 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()
129 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
150 struct nouveau_fence_chan *fctx = container_of(event, typeof(*fctx), event); in nouveau_fence_wait_uevent_handler()
170 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
209 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit()
244 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_done()
341 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_sync()
428 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_get_timeline_name()
442 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_is_signaled()
483 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_release()
501 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_enable_signaling()