Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h518 #define SVGA_FIFO_CAP_FENCE (1 << 0) macro
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h1517 return (vmw_fifo_caps(vmw) & SVGA_FIFO_CAP_FENCE) != 0; in vmw_has_fences()