Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.c49 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()
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()
261 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit()
[all …]
Dnouveau_fence.h31 struct nouveau_fence_chan { struct
66 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument
67 void nouveau_fence_context_del(struct nouveau_fence_chan *);
68 void nouveau_fence_context_free(struct nouveau_fence_chan *);
91 struct nouveau_fence_chan base;
Dnv10_fence.h8 struct nouveau_fence_chan base;
Dnv04_fence.c30 struct nouveau_fence_chan base;
Dnouveau_display.c656 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_page_flip_emit()
813 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_finish_page_flip()