Lines Matching defs:nouveau_drm
133 struct nouveau_drm { struct
134 struct nvif_parent parent;
135 struct nouveau_cli master;
136 struct nouveau_cli client;
137 struct drm_device *dev;
139 struct list_head clients;
144 struct mutex clients_lock;
146 u8 old_pm_cap;
148 struct {
153 } agp;
156 struct {
170 } ttm;
196 struct nouveau_drm_tile reg[15]; argument
198 } tile;
201 struct nvbios vbios;
202 struct nouveau_display *display;
203 struct work_struct hpd_work;
204 struct mutex hpd_lock;
205 u32 hpd_pending;
206 struct work_struct fbcon_work;
207 int fbcon_new_state;
232 static inline struct nouveau_drm * argument
233 nouveau_drm(struct drm_device *dev) in nouveau_drm() function