Lines Matching defs:nouveau_channel
9 struct nouveau_channel { struct
10 struct {
13 } chan;
15 struct nvif_device *device;
16 struct nouveau_drm *drm;
17 struct nouveau_vmm *vmm;
19 int chid;
20 u64 inst;
21 u32 token;
23 struct nvif_object vram;
24 struct nvif_object gart;
25 struct nvif_object nvsw;
27 struct {
32 } push;
57 int nouveau_channels_init(struct nouveau_drm *); argument
61 struct nouveau_channel **); argument