Searched defs:nouveau_fence_chan (Results 1 – 1 of 1) sorted by relevance
31 struct nouveau_fence_chan { struct32 spinlock_t lock;33 struct kref fence_ref;35 struct list_head pending;36 struct list_head flip;38 int (*emit)(struct nouveau_fence *);39 int (*sync)(struct nouveau_fence *, struct nouveau_channel *,41 u32 (*read)(struct nouveau_channel *);42 int (*emit32)(struct nouveau_channel *, u64, u32);66 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument