Lines Matching defs:nouveau_drm
104 struct nouveau_drm { struct
105 struct nouveau_cli client;
106 struct drm_device *dev;
108 struct nvif_device device;
109 struct list_head clients;
111 struct {
119 } agp;
122 struct {
154 struct nouveau_drm_tile reg[15]; argument
174 static inline struct nouveau_drm * argument
175 nouveau_drm(struct drm_device *dev) in nouveau_drm() function