Searched defs:nouveau_channel (Results 1 – 1 of 1) sorted by relevance
10 struct nouveau_channel { struct11 struct nvif_device *device;12 struct nouveau_drm *drm;13 struct nouveau_vmm *vmm;15 int chid;16 u64 inst;17 u32 token;19 struct nvif_object vram;20 struct nvif_object gart;21 struct nvif_object nvsw;[all …]