Searched refs:vmw_fifo_caps (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c61 param->value = vmw_fifo_caps(dev_priv);
73 ((vmw_fifo_caps(dev_priv) &
H A Dvmwgfx_drv.h893 * vmw_fifo_caps - Returns the capabilities of the FIFO command
897 static inline uint32_t vmw_fifo_caps(const struct vmw_private *dev_priv) function
913 return (vmw_fifo_caps(dev_priv) & SVGA_FIFO_CAP_CURSOR_BYPASS_3) != 0;
1496 return (vmw_fifo_caps(vmw) & SVGA_FIFO_CAP_FENCE) != 0;
H A Dvmwgfx_overlay.c418 ((vmw_fifo_caps(dev_priv) & VMW_OVERLAY_CAP_MASK) ==

Completed in 291 milliseconds