Searched defs:nouveau_drm (Results 1 – 1 of 1) sorted by relevance
203 struct nouveau_drm { struct204 struct nvif_parent parent;205 struct nouveau_cli master;206 struct nouveau_cli client;207 struct drm_device *dev;209 struct list_head clients;214 struct mutex clients_lock;216 u8 old_pm_cap;218 struct {223 } agp;[all …]