Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
A Dnouveau_fence.h29 struct nouveau_fence_chan { struct
30 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 *);
63 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument

Completed in 4 milliseconds