Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/
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 *);
40 int (*emit32)(struct nouveau_channel *, u64, u32);
64 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument