Searched defs:nv50_disp (Results 1 – 3 of 3) sorted by relevance
9 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro15 struct nv50_disp { struct16 const struct nv50_disp_func *func; argument17 struct nvkm_disp base;19 struct workqueue_struct *wq;20 struct work_struct supervisor;21 u32 super;45 struct nv50_disp_chan *chan[81]; argument48 void nv50_disp_super_1(struct nv50_disp *); argument
763 nv50_disp = { variable
11 struct nv50_disp { struct31 static inline struct nv50_disp * argument32 nv50_disp(struct drm_device *dev) in nv50_disp() function