Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h36 struct nouveau_fence_chan { struct
37 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