Searched refs:ctxdma (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dnv50.h16 u32 ctxdma; member in struct:nv50_sw_chan::__anon1149
H A Dnouveau_nvkm_engine_sw_nv50.c52 nvkm_wr32(device, 0x001710, 0x80000000 | chan->vblank.ctxdma);
73 case 0x018c: chan->vblank.ctxdma = data; return true;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_wndw.c39 nv50_wndw_ctxdma_del(struct nv50_wndw_ctxdma *ctxdma) argument
41 nvif_object_fini(&ctxdma->object);
42 list_del(&ctxdma->head);
43 kfree(ctxdma);
50 struct nv50_wndw_ctxdma *ctxdma; local
64 list_for_each_entry(ctxdma, &wndw->ctxdma.list, head) {
65 if (ctxdma->object.handle == handle)
66 return ctxdma;
69 if (!(ctxdma
497 struct nv50_wndw_ctxdma *ctxdma; local
595 struct nv50_wndw_ctxdma *ctxdma, *ctxtmp; local
[all...]
H A Dnouveau_dispnv50_curs507a.c140 wndw->ctxdma.parent = NULL;
H A Dwndw.h26 } ctxdma; member in struct:nv50_wndw
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_chan.h26 struct nvif_object ctxdma; member in struct:nouveau_channel::__anon977
H A Dnouveau_chan.c115 nvif_object_fini(&chan->push.ctxdma);
223 &args, sizeof(args), &chan->push.ctxdma);
293 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma);
345 args.pushbuf = nvif_handle(&chan->push.ctxdma);

Completed in 198 milliseconds