Home
last modified time | relevance | path

Searched refs:nvsw (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_chan.c70 nvif_object_fini(&chan->nvsw); in nouveau_channel_del()
372 NULL, 0, &chan->nvsw); in nouveau_channel_init()
376 swch = (void *)nvxx_object(&chan->nvsw)->parent; in nouveau_channel_init()
385 OUT_RING (chan, chan->nvsw.handle); in nouveau_channel_init()
Dnouveau_chan.h15 struct nvif_object nvsw; member
Dnouveau_drm.h149 struct nvif_object nvsw; member
Dnouveau_drm.c138 nvif_object_fini(&drm->nvsw); in nouveau_accel_fini()
233 nouveau_abi16_swclass(drm), NULL, 0, &drm->nvsw); in nouveau_accel_init()
247 swch = (void *)nvxx_object(&drm->nvsw)->parent; in nouveau_accel_init()
Dnouveau_abi16.c302 init->subchan[1].handle = chan->chan->nvsw.handle; in nouveau_abi16_ioctl_channel_alloc()