Home
last modified time | relevance | path

Searched defs:nouveau_channel (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_chan.h8 struct nouveau_channel { struct
9 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 …]