Searched refs:nouveau_fence_chan (Results 1 – 5 of 5) sorted by relevance
49 static inline struct nouveau_fence_chan *52 return container_of(fence->base.lock, struct nouveau_fence_chan, lock); in nouveau_fctx()65 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal()90 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill()108 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()124 kfree(container_of(fence_ref, struct nouveau_fence_chan, fence_ref)); in nouveau_fence_context_put()128 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()155 struct nouveau_fence_chan *fctx = in nouveau_fence_wait_uevent_handler()176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()[all …]
29 struct nouveau_fence_chan { struct63 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument64 void nouveau_fence_context_del(struct nouveau_fence_chan *);65 void nouveau_fence_context_free(struct nouveau_fence_chan *);66 void nouveau_fence_context_kill(struct nouveau_fence_chan *, int error);87 struct nouveau_fence_chan base;
9 struct nouveau_fence_chan base;
32 struct nouveau_fence_chan base;
1051 struct nouveau_fence_chan *fctx = chan->fence; in nv04_finish_page_flip()1107 struct nouveau_fence_chan *fctx = chan->fence; in nv04_page_flip_emit()