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