Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c187 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full() function
211 if (!vmw_fifo_is_full(dev_priv, bytes)) in vmw_fifo_wait_noirq()
236 if (likely(!vmw_fifo_is_full(dev_priv, bytes))) in vmw_fifo_wait()
250 !vmw_fifo_is_full(dev_priv, bytes), timeout); in vmw_fifo_wait()
254 !vmw_fifo_is_full(dev_priv, bytes), timeout); in vmw_fifo_wait()
311 else if (vmw_fifo_is_full(dev_priv, bytes)) { in vmw_local_fifo_reserve()