Searched refs:vmw_fifo_ping_host (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fifo.c | 161 void vmw_fifo_ping_host(struct vmw_private *dev_priv, uint32_t reason) in vmw_fifo_ping_host() function 263 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_FIFOFULL); in vmw_fifo_wait() 483 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_fifo_commit()
|
D | vmwgfx_ioctl.c | 395 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_fops_poll() 418 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_fops_read()
|
D | vmwgfx_fence.c | 150 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_fence_enable_signaling() 185 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_fence_wait() 529 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_fence_obj_flush()
|
D | vmwgfx_irq.c | 254 vmw_fifo_ping_host(dev_priv, SVGA_SYNC_GENERIC); in vmw_wait_seqno()
|
D | vmwgfx_drv.h | 724 extern void vmw_fifo_ping_host(struct vmw_private *dev_priv, uint32_t reason);
|