Home
last modified time | relevance | path

Searched refs:SVGA_FIFO_BUSY (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c125 iowrite32(0, fifo_mem + SVGA_FIFO_BUSY); in vmw_fifo_init()
152 if (unlikely(ioread32(fifo_mem + SVGA_FIFO_BUSY) == 0)) { in vmw_fifo_ping_host()
153 iowrite32(1, fifo_mem + SVGA_FIFO_BUSY); in vmw_fifo_ping_host()
Dsvga_reg.h572 SVGA_FIFO_BUSY, /* See "FIFO Synchronization Registers" */ enumerator