Searched defs:nv50_disp (Results 1 – 3 of 3) sorted by relevance
4 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro8 struct nv50_disp { struct9 const struct nv50_disp_func *func; argument10 struct nvkm_disp base;12 struct workqueue_struct *wq;13 struct work_struct supervisor;14 u32 super;38 struct nv50_disp_chan *chan[81]; argument41 void nv50_disp_super_1(struct nv50_disp *); argument
756 nv50_disp = { variable
7 struct nv50_disp { struct27 static inline struct nv50_disp * argument28 nv50_disp(struct drm_device *dev) in nv50_disp() function