Lines Matching defs:nouveau_drm
133 struct nouveau_drm { struct
134 struct nouveau_cli master;
135 struct nouveau_cli client;
136 struct drm_device *dev;
138 struct list_head clients;
140 struct {
145 } agp;
148 struct {
162 } ttm;
165 struct {
190 struct nouveau_drm_tile reg[15]; argument
192 } tile;
195 struct nvbios vbios;
219 static inline struct nouveau_drm * argument
220 nouveau_drm(struct drm_device *dev) in nouveau_drm() function