Searched defs:nouveau_drm (Results 1 – 1 of 1) sorted by relevance
203 struct nouveau_drm { struct204 struct nvkm_device *nvkm;205 struct nvif_parent parent;206 struct mutex client_mutex;207 struct nvif_client _client;208 struct nvif_device device;209 struct nvif_mmu mmu;211 struct nouveau_cli client;212 struct drm_device *dev;214 struct list_head clients;[all …]