Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c140 if (!(vmw_fifo_caps(dev_priv) & SVGA_FIFO_CAP_FENCE) && in vmw_seqno_passed()
Dvmwgfx_cmd.c524 if (!(vmw_fifo_caps(dev_priv) & SVGA_FIFO_CAP_FENCE)) { in vmw_cmd_send_fence()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h516 #define SVGA_FIFO_CAP_FENCE (1 << 0) macro