Home
last modified time | relevance | path

Searched defs:nv50_disp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnv50.h9 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro
15 struct nv50_disp { struct
16 const struct nv50_disp_func *func; argument
17 struct nvkm_disp base;
19 struct workqueue_struct *wq;
20 struct work_struct supervisor;
21 u32 super;
45 struct nv50_disp_chan *chan[81]; argument
48 void nv50_disp_super_1(struct nv50_disp *); argument
H A Dnouveau_nvkm_engine_disp_nv50.c763 nv50_disp = { variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Ddisp.h11 struct nv50_disp { struct
31 static inline struct nv50_disp * argument
32 nv50_disp(struct drm_device *dev) in nv50_disp() function