Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cmd.c129 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MIN, min); in vmw_fifo_create()
130 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MAX, dev_priv->fifo_mem_size); in vmw_fifo_create()
132 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, min); in vmw_fifo_create()
133 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_STOP, min); in vmw_fifo_create()
134 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_BUSY, 0); in vmw_fifo_create()
335 vmw_fifo_mem_write(dev_priv, in vmw_local_fifo_reserve()
398 vmw_fifo_mem_write(vmw, SVGA_FIFO_RESERVED, bytes); in vmw_fifo_res_copy()
415 vmw_fifo_mem_write(vmw, (next_cmd >> 2), *buffer++); in vmw_fifo_slow_copy()
420 vmw_fifo_mem_write(vmw, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_fifo_slow_copy()
460 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_local_fifo_commit()
[all …]
A Dvmwgfx_kms.c342 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_ON, svga_cursor_on); in vmw_cursor_update_position()
343 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_X, x); in vmw_cursor_update_position()
344 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_Y, y); in vmw_cursor_update_position()
346 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_COUNT, ++count); in vmw_cursor_update_position()
2284 vmw_fifo_mem_write(vmw_priv, SVGA_FIFO_PITCHLOCK, pitch); in vmw_kms_write_svga()
A Dvmwgfx_drv.h1612 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() function
1633 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_FENCE, fence); in vmw_fence_write()
A Dvmwgfx_fence.c98 vmw_fifo_mem_write(vmw, SVGA_FIFO_FENCE_GOAL, value); in vmw_fence_goal_write()

Completed in 15 milliseconds