Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c52 list_del(&ctxdma->head); in nv50_wndw_ctxdma_del()
53 kfree(ctxdma); in nv50_wndw_ctxdma_del()
78 list_for_each_entry(ctxdma, &wndw->ctxdma.list, head) { in nv50_wndw_ctxdma_new()
80 return ctxdma; in nv50_wndw_ctxdma_new()
83 if (!(ctxdma = kzalloc(sizeof(*ctxdma), GFP_KERNEL))) in nv50_wndw_ctxdma_new()
85 list_add(&ctxdma->head, &wndw->ctxdma.list); in nv50_wndw_ctxdma_new()
117 return ctxdma; in nv50_wndw_ctxdma_new()
558 if (wndw->ctxdma.parent) { in nv50_wndw_prepare_fb()
560 if (IS_ERR(ctxdma)) { in nv50_wndw_prepare_fb()
562 return PTR_ERR(ctxdma); in nv50_wndw_prepare_fb()
[all …]
H A Dwndw.h22 } ctxdma; member
H A Dcurs507a.c195 wndw->ctxdma.parent = NULL; in curs507a_new_()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Duchan.c336 struct nvkm_dmaobj *ctxdma = NULL; in nvkm_uchan_new() local
360 if (args->v0.ctxdma) { in nvkm_uchan_new()
361 ctxdma = nvkm_dmaobj_search(oclass->client, args->v0.ctxdma); in nvkm_uchan_new()
362 if (IS_ERR(ctxdma)) { in nvkm_uchan_new()
363 ret = PTR_ERR(ctxdma); in nvkm_uchan_new()
387 args->v0.priv != 0, args->v0.devm, vmm, ctxdma, args->v0.offset, in nvkm_uchan_new()
H A Dnv10.c74 .ctxdma = true,
H A Dchan.c363 (!func->ramfc->ctxdma != !dmaobj) || in nvkm_chan_new_()
369 func->userd->bar < 0, userd, func->ramfc->ctxdma, dmaobj, in nvkm_chan_new_()
435 if (func->ramfc->ctxdma) { in nvkm_chan_new_()
H A Dchan.h46 bool ctxdma; member
H A Dnv17.c80 .ctxdma = true,
H A Dnv40.c91 .ctxdma = true,
H A Dg84.c90 .ctxdma = true,
H A Dnv50.c121 .ctxdma = true,
H A Dnv04.c152 .ctxdma = true,
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c106 nvif_object_dtor(&chan->push.ctxdma); in nouveau_channel_del()
242 &chan->push.ctxdma); in nouveau_channel_prep()
309 args.chan.ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor()
315 args.chan.ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor()
317 args.chan.ctxdma = 0; in nouveau_channel_ctor()
H A Dnouveau_chan.h32 struct nvif_object ctxdma; member
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A 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()
H A Dnv50.h14 u32 ctxdma; member
/linux-6.15/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0020.h16 __u64 ctxdma; member