Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c412 struct nv_dma_v0 ctxdma; in nouveau_abi16_ioctl_notifierobj_alloc() member
456 args.ctxdma.start = ntfy->node->offset; in nouveau_abi16_ioctl_notifierobj_alloc()
457 args.ctxdma.limit = ntfy->node->offset + ntfy->node->length - 1; in nouveau_abi16_ioctl_notifierobj_alloc()
459 args.ctxdma.target = NV_DMA_V0_TARGET_VM; in nouveau_abi16_ioctl_notifierobj_alloc()
460 args.ctxdma.access = NV_DMA_V0_ACCESS_VM; in nouveau_abi16_ioctl_notifierobj_alloc()
461 args.ctxdma.start += chan->ntfy_vma.offset; in nouveau_abi16_ioctl_notifierobj_alloc()
462 args.ctxdma.limit += chan->ntfy_vma.offset; in nouveau_abi16_ioctl_notifierobj_alloc()
465 args.ctxdma.target = NV_DMA_V0_TARGET_AGP; in nouveau_abi16_ioctl_notifierobj_alloc()
466 args.ctxdma.access = NV_DMA_V0_ACCESS_RDWR; in nouveau_abi16_ioctl_notifierobj_alloc()
467 args.ctxdma.start += drm->agp.base + chan->ntfy->bo.offset; in nouveau_abi16_ioctl_notifierobj_alloc()
[all …]
Dnouveau_chan.c74 nvif_object_fini(&chan->push.ctxdma); in nouveau_channel_del()
174 &args, sizeof(args), &chan->push.ctxdma); in nouveau_channel_prep()
213 args.kepler.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_ind()
219 args.nv50.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_ind()
263 args.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_dma()
Dnouveau_chan.h20 struct nvif_object ctxdma; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.h30 u32 ctxdma; member
Dnv50.c53 chan->vblank.ctxdma = gpuobj->node->offset >> 4; in nv50_sw_mthd_dma_vblsem()
129 nv_wr32(priv, 0x001710, 0x80000000 | chan->vblank.ctxdma); in nv50_sw_vblsem_release()