Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fence.c50 static inline struct nouveau_fence_chan *
53 return container_of(fence->base.lock, struct nouveau_fence_chan, lock); in nouveau_fctx()
66 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal()
91 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()
117 kfree(container_of(fence_ref, struct nouveau_fence_chan, fence_ref)); in nouveau_fence_context_put()
121 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()
127 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
148 struct nouveau_fence_chan *fctx = in nouveau_fence_wait_uevent_handler()
169 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
204 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit()
[all …]
Dnouveau_fence.h29 struct nouveau_fence_chan { struct
63 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument
64 void nouveau_fence_context_del(struct nouveau_fence_chan *);
65 void nouveau_fence_context_free(struct nouveau_fence_chan *);
88 struct nouveau_fence_chan base;
Dnv10_fence.h9 struct nouveau_fence_chan base;
Dnv04_fence.c32 struct nouveau_fence_chan base;
Dnouveau_display.c749 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_page_flip_emit()
896 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_finish_page_flip()