Searched defs:nouveau_channel (Results 1 – 1 of 1) sorted by relevance
7 struct nouveau_channel { struct8 struct nvif_device *device;9 struct nouveau_drm *drm;11 int chid;13 struct nvif_object vram;14 struct nvif_object gart;15 struct nvif_object nvsw;17 struct {44 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, argument45 u32 arg0, u32 arg1, struct nouveau_channel **); argument