Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c362 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_ON, svga_cursor_on); in vmw_cursor_update_position()
363 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_X, x); in vmw_cursor_update_position()
364 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_Y, y); in vmw_cursor_update_position()
366 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_COUNT, ++count); in vmw_cursor_update_position()
2022 vmw_fifo_mem_write(vmw_priv, SVGA_FIFO_PITCHLOCK, pitch); in vmw_kms_write_svga()
H A Dvmwgfx_drv.h1466 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() function
1487 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_FENCE, fence); in vmw_fence_write()
H A Dvmwgfx_fence.c97 vmw_fifo_mem_write(vmw, SVGA_FIFO_FENCE_GOAL, value); in vmw_fence_goal_write()