Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h606 atomic_t num_fifo_resources; member
1439 atomic_inc(&dev_priv->num_fifo_resources); in vmw_fifo_resource_inc()
1444 atomic_dec(&dev_priv->num_fifo_resources); in vmw_fifo_resource_dec()
Dvmwgfx_drv.c1548 if (atomic_read(&dev_priv->num_fifo_resources) != 0) { in vmw_pm_freeze()