Searched defs:nouveau_channel (Results 1 – 1 of 1) sorted by relevance
8 struct nouveau_channel { struct9 struct nvif_device *device;10 struct nouveau_drm *drm;12 int chid;14 struct nvif_object vram;15 struct nvif_object gart;16 struct nvif_object nvsw;18 struct {23 } push;48 int nouveau_channels_init(struct nouveau_drm *); argument[all …]