Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.c47 nvkm_wr32(device, 0x001710, 0x80000000 | chan->vblank.ctxdma); in nv50_sw_chan_vblsem_release()
68 case 0x018c: chan->vblank.ctxdma = data; return true; in nv50_sw_chan_mthd()
Dnv50.h13 u32 ctxdma; member
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_chan.c77 nvif_object_fini(&chan->push.ctxdma); in nouveau_channel_del()
176 &args, sizeof(args), &chan->push.ctxdma); in nouveau_channel_prep()
231 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
276 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
Dnouveau_chan.h20 struct nvif_object ctxdma; member