Searched defs:nouveau_fence_chan (Results 1 – 1 of 1) sorted by relevance
29 struct nouveau_fence_chan { struct30 spinlock_t lock;31 struct kref fence_ref;33 struct list_head pending;34 struct list_head flip;36 int (*emit)(struct nouveau_fence *);37 int (*sync)(struct nouveau_fence *, struct nouveau_channel *,39 u32 (*read)(struct nouveau_channel *);40 int (*emit32)(struct nouveau_channel *, u64, u32);64 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument