Searched refs:ib_put (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dma.c | 76 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()
|
H A D | nouveau_chan.h | 45 int ib_put; member
|
H A D | nouveau_chan.c | 472 chan->dma.ib_put = 0; in nouveau_channel_init() 473 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_channel_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dma.c | 77 int ip = (chan->dma.ib_put * 2) + chan->dma.ib_base; in nv50_dma_push() 86 chan->dma.ib_put = (chan->dma.ib_put + 1) & chan->dma.ib_max; in nv50_dma_push() 92 nvif_wr32(chan->userd, 0x8c, chan->dma.ib_put); in nv50_dma_push() 116 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
|
H A D | nouveau_chan.h | 49 int ib_put; member
|
H A D | nouveau_chan.c | 458 chan->dma.ib_put = 0; in nouveau_channel_init() 459 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_channel_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.c | 206 u32 ib_put = nvkm_rd32(device, 0x003330); in nv04_fifo_dma_pusher() local 210 "ib_put %08x state %08x (err: %s) push %08x\n", in nv04_fifo_dma_pusher() 212 ib_get, ib_put, state, nv_dma_state_err(state), in nv04_fifo_dma_pusher() 221 if (ib_get != ib_put) in nv04_fifo_dma_pusher() 222 nvkm_wr32(device, 0x003334, ib_put); in nv04_fifo_dma_pusher()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.c | 372 u32 ib_put = nvkm_rd32(device, 0x003330); in nv04_fifo_intr_dma_pusher() local 376 "ib_put %08x state %08x (err: %s) push %08x\n", in nv04_fifo_intr_dma_pusher() 378 ib_get, ib_put, state, nv_dma_state_err(state), in nv04_fifo_intr_dma_pusher() 387 if (ib_get != ib_put) in nv04_fifo_intr_dma_pusher() 388 nvkm_wr32(device, 0x003334, ib_put); in nv04_fifo_intr_dma_pusher()
|
Completed in 5 milliseconds