Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.c76 int ip = (chan->dma.ib_put * 2) + chan->dma.ib_base; in nv50_dma_push()
83 chan->dma.ib_put = (chan->dma.ib_put + 1) & chan->dma.ib_max; in nv50_dma_push()
89 nvif_wr32(&chan->user, 0x8c, chan->dma.ib_put); in nv50_dma_push()
113 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
Dnouveau_chan.h45 int ib_put; member
Dnouveau_chan.c465 chan->dma.ib_put = 0; in nouveau_channel_init()
466 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_channel_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c238 u32 ib_put = nvkm_rd32(device, 0x003330); in nv04_fifo_dma_pusher() local
244 ib_get, ib_put, state, nv_dma_state_err(state), in nv04_fifo_dma_pusher()
253 if (ib_get != ib_put) in nv04_fifo_dma_pusher()
254 nvkm_wr32(device, 0x003334, ib_put); in nv04_fifo_dma_pusher()