Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_fence.c47 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()
[all …]
Dnouveau_fence.h29 struct nouveau_fence_chan { struct
64 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument
65 void nouveau_fence_context_del(struct nouveau_fence_chan *);
66 void nouveau_fence_context_free(struct nouveau_fence_chan *);
67 void nouveau_fence_context_kill(struct nouveau_fence_chan *, int error);
88 struct nouveau_fence_chan base;
Dnv10_fence.h9 struct nouveau_fence_chan base;
Dnv04_fence.c32 struct nouveau_fence_chan base;
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1044 struct nouveau_fence_chan *fctx = chan->fence; in nv04_finish_page_flip()
1100 struct nouveau_fence_chan *fctx = chan->fence; in nv04_page_flip_emit()