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

/linux-master/drivers/gpu/drm/nouveau/
H A Dnv10_fence.h9 struct nouveau_fence_chan base;
H A Dnouveau_fence.h29 struct nouveau_fence_chan { struct
64 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *);
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;
H A Dnouveau_fence.c47 static inline struct nouveau_fence_chan *
50 return container_of(fence->base.lock, struct nouveau_fence_chan, lock);
63 struct nouveau_fence_chan *fctx = nouveau_fctx(fence);
84 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error)
104 nouveau_fence_context_del(struct nouveau_fence_chan *fctx)
121 kfree(container_of(fence_ref, struct nouveau_fence_chan, fence_ref));
125 nouveau_fence_context_free(struct nouveau_fence_chan *fctx)
131 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx)
152 struct nouveau_fence_chan *fctx = container_of(work, struct nouveau_fence_chan,
[all...]
H A Dnv04_fence.c32 struct nouveau_fence_chan base;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1044 struct nouveau_fence_chan *fctx = chan->fence;
1100 struct nouveau_fence_chan *fctx = chan->fence;

Completed in 130 milliseconds