Lines Matching defs:nouveau_drm
108 struct nouveau_drm { struct
109 struct nouveau_cli client;
110 struct drm_device *dev;
112 struct nvif_device device;
113 struct list_head clients;
115 struct {
120 } agp;
123 struct {
156 struct nouveau_drm_tile reg[15]; argument
176 static inline struct nouveau_drm * argument
177 nouveau_drm(struct drm_device *dev) in nouveau_drm() function