Searched defs:nv50_disp (Results 1 – 3 of 3) sorted by relevance
4 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro10 struct nv50_disp { struct11 const struct nv50_disp_func *func; argument12 struct nvkm_disp base;14 struct workqueue_struct *wq;15 struct work_struct supervisor;16 u32 super;40 struct nv50_disp_chan *chan[81]; argument43 void nv50_disp_super_1(struct nv50_disp *); argument
758 nv50_disp = { variable
12 struct nv50_disp { struct33 static inline struct nv50_disp * argument34 nv50_disp(struct drm_device *dev) in nv50_disp() function