Home
last modified time | relevance | path

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

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