Searched refs:dma_put (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 460 u32 dma_put = nv_rd32(priv, 0x003240); in nv04_fifo_dma_pusher() local 474 chid, client_name, ho_get, dma_get, ho_put, dma_put, in nv04_fifo_dma_pusher() 479 if (dma_get != dma_put || ho_get != ho_put) { in nv04_fifo_dma_pusher() 480 nv_wr32(priv, 0x003244, dma_put); in nv04_fifo_dma_pusher() 488 chid, client_name, dma_get, dma_put, state, in nv04_fifo_dma_pusher() 491 if (dma_get != dma_put) in nv04_fifo_dma_pusher() 492 nv_wr32(priv, 0x003244, dma_put); in nv04_fifo_dma_pusher()
|