Searched defs:nv50_wndw_func (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndw.h | 52 struct nv50_wndw_func { struct 53 int (*acquire)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, 55 void (*release)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, 57 void (*prepare)(struct nv50_wndw *, struct nv50_head_atom *asyh, 60 void (*sema_set)(struct nv50_wndw *, struct nv50_wndw_atom *); 61 void (*sema_clr)(struct nv50_wndw *); 62 void (*ntfy_reset)(struct nouveau_bo *, u32 offset); 63 void (*ntfy_set)(struct nv50_wndw *, struct nv50_wndw_atom *); 64 void (*ntfy_clr)(struct nv50_wndw *); 65 int (*ntfy_wait_begun)(struct nouveau_bo *, u32 offset, [all …]
|