Searched defs:nv50_wndw_func (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndw.h | 47 struct nv50_wndw_func { struct 48 int (*acquire)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, 50 void (*release)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, 52 void (*prepare)(struct nv50_wndw *, struct nv50_head_atom *asyh, 55 int (*sema_set)(struct nv50_wndw *, struct nv50_wndw_atom *); 56 int (*sema_clr)(struct nv50_wndw *); 57 void (*ntfy_reset)(struct nouveau_bo *, u32 offset); 58 int (*ntfy_set)(struct nv50_wndw *, struct nv50_wndw_atom *); 59 int (*ntfy_clr)(struct nv50_wndw *); 60 int (*ntfy_wait_begun)(struct nouveau_bo *, u32 offset, [all …]
|