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 struct nvif_mem mem_userd;
20 struct nvif_object *userd;
22 int runlist;
23 int chid;
24 u64 inst;
25 u32 token;
27 struct nvif_object vram;
28 struct nvif_object gart;
29 struct nvif_object nvsw;
31 struct {
36 } push;
62 int nouveau_channels_init(struct nouveau_drm *); argument
66 u32 vram, u32 gart, struct nouveau_channel **); argument