Searched defs:nv50_disp (Results 1 – 3 of 3) sorted by relevance
3 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro13 struct nv50_disp { struct14 const struct nv50_disp_func *func; argument30 struct nv50_disp_chan *chan[17]; argument
816 nv50_disp = { variable
395 struct nv50_disp { struct404 static struct nv50_disp * argument405 nv50_disp(struct drm_device *dev) in nv50_disp() function