HomeSort by: relevance | last modified time | path
    Searched defs:nv50_wndw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_wndw.c 47 nv50_wndw_ctxdma_new(struct nv50_wndw *wndw, struct nouveau_framebuffer *fb)
107 nv50_wndw_wait_armed(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw)
119 nv50_wndw_flush_clr(struct nv50_wndw *wndw, u32 *interlock, bool flush,
135 nv50_wndw_flush_set(struct nv50_wndw *wndw, u32 *interlock,
172 nv50_wndw_ntfy_enable(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw)
186 nv50_wndw_atomic_check_release(struct nv50_wndw *wndw,
237 nv50_wndw_atomic_check_acquire(struct nv50_wndw *wndw, bool modeset,
327 nv50_wndw_atomic_check_lut(struct nv50_wndw *wndw,
402 struct nv50_wndw *wndw = nv50_wndw(plane)
612 nv50_wndw = { variable in typeref:typename:const struct drm_plane_funcs
    [all...]
wndw.h 5 #define nv50_wndw(p) container_of((p), struct nv50_wndw, plane) macro
17 struct nv50_wndw { struct
44 u32 interlock_data, u32 heads, struct nv50_wndw **);
45 void nv50_wndw_init(struct nv50_wndw *);
46 void nv50_wndw_fini(struct nv50_wndw *);
47 void nv50_wndw_flush_set(struct nv50_wndw *, u32 *interlock,
49 void nv50_wndw_flush_clr(struct nv50_wndw *, u32 *interlock, bool flush,
51 void nv50_wndw_ntfy_enable(struct nv50_wndw *, struct nv50_wndw_atom *);
52 int nv50_wndw_wait_armed(struct nv50_wndw *, struct nv50_wndw_atom *)
    [all...]

Completed in 13 milliseconds