Searched defs:nouveau_fence_chan (Results 1 – 1 of 1) sorted by relevance
36 struct nouveau_fence_chan { struct37 spinlock_t lock;38 struct kref fence_ref;40 struct list_head pending;41 struct list_head flip;43 int (*emit)(struct nouveau_fence *);44 int (*sync)(struct nouveau_fence *, struct nouveau_channel *,46 u32 (*read)(struct nouveau_channel *);47 int (*emit32)(struct nouveau_channel *, u64, u32);71 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument