Lines Matching defs:nouveau_drm
134 struct nouveau_drm { struct
135 struct nvif_parent parent;
136 struct nouveau_cli master;
137 struct nouveau_cli client;
138 struct drm_device *dev;
140 struct list_head clients;
145 struct mutex clients_lock;
147 u8 old_pm_cap;
149 struct {
154 } agp;
157 struct {
171 } ttm;
197 struct nouveau_drm_tile reg[15]; argument
199 } tile;
202 struct nvbios vbios;
203 struct nouveau_display *display;
204 struct work_struct hpd_work;
205 struct mutex hpd_lock;
206 u32 hpd_pending;
207 struct work_struct fbcon_work;
208 int fbcon_new_state;
233 static inline struct nouveau_drm * argument
234 nouveau_drm(struct drm_device *dev) in nouveau_drm() function