Lines Matching refs:vmw
385 struct vmw_private *vmw,
389 u32 *fifo_mem = vmw->fifo_mem;
398 vmw_fifo_mem_write(vmw, SVGA_FIFO_RESERVED, bytes);
407 struct vmw_private *vmw,
415 vmw_fifo_mem_write(vmw, (next_cmd >> 2), *buffer++);
420 vmw_fifo_mem_write(vmw, SVGA_FIFO_NEXT_CMD, next_cmd);
672 * @vmw: The device private structure.
676 bool vmw_cmd_supported(struct vmw_private *vmw)
679 (vmw->capabilities & (SVGA_CAP_COMMAND_BUFFERS |
681 if (vmw_is_svga_v3(vmw))
683 (vmw->capabilities & SVGA_CAP_GBOBJECTS) != 0);
687 return has_cmdbufs || vmw->fifo_mem != NULL;