Searched defs:nv50_wndw_func (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | wndw.h | 54 struct nv50_wndw_func { struct 55 int (*acquire)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, 57 void (*release)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, 59 void (*prepare)(struct nv50_wndw *, struct nv50_head_atom *asyh, 62 void (*sema_set)(struct nv50_wndw *, struct nv50_wndw_atom *); 63 void (*sema_clr)(struct nv50_wndw *); 64 void (*ntfy_reset)(struct nouveau_bo *, u32 offset); 65 void (*ntfy_set)(struct nv50_wndw *, struct nv50_wndw_atom *); 66 void (*ntfy_clr)(struct nv50_wndw *); 67 int (*ntfy_wait_begun)(struct nouveau_bo *, u32 offset, [all …]
|