Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dwndw.c42 nv50_wndw_ctxdma_del(struct nv50_wndw_ctxdma *ctxdma) in nv50_wndw_ctxdma_del() argument
44 nvif_object_dtor(&ctxdma->object); in nv50_wndw_ctxdma_del()
45 list_del(&ctxdma->head); in nv50_wndw_ctxdma_del()
46 kfree(ctxdma); in nv50_wndw_ctxdma_del()
53 struct nv50_wndw_ctxdma *ctxdma; in nv50_wndw_ctxdma_new() local
71 list_for_each_entry(ctxdma, &wndw->ctxdma.list, head) { in nv50_wndw_ctxdma_new()
72 if (ctxdma->object.handle == handle) in nv50_wndw_ctxdma_new()
73 return ctxdma; in nv50_wndw_ctxdma_new()
76 if (!(ctxdma = kzalloc(sizeof(*ctxdma), GFP_KERNEL))) in nv50_wndw_ctxdma_new()
78 list_add(&ctxdma->head, &wndw->ctxdma.list); in nv50_wndw_ctxdma_new()
[all …]
Dwndw.h24 } ctxdma; member
Dcurs507a.c175 wndw->ctxdma.parent = NULL; in curs507a_new_()
/linux-5.19.10/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.h14 u32 ctxdma; member
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_chan.h30 struct nvif_object ctxdma; member
Dnouveau_chan.c101 nvif_object_dtor(&chan->push.ctxdma); in nouveau_channel_del()
240 &chan->push.ctxdma); in nouveau_channel_prep()
311 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
363 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()