Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c140 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MIN, min); in vmw_fifo_init()
141 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MAX, dev_priv->fifo_mem_size); in vmw_fifo_init()
143 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, min); in vmw_fifo_init()
144 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_STOP, min); in vmw_fifo_init()
145 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_BUSY, 0); in vmw_fifo_init()
348 vmw_fifo_mem_write(dev_priv, in vmw_local_fifo_reserve()
411 vmw_fifo_mem_write(vmw, SVGA_FIFO_RESERVED, bytes); in vmw_fifo_res_copy()
428 vmw_fifo_mem_write(vmw, (next_cmd >> 2), *buffer++); in vmw_fifo_slow_copy()
433 vmw_fifo_mem_write(vmw, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_fifo_slow_copy()
477 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_local_fifo_commit()
[all …]
H A Dvmwgfx_irq.c224 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_FENCE, signal_seq); in vmw_fallback_wait()
H A Dvmwgfx_kms.c131 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_ON, show ? 1 : 0); in vmw_cursor_update_position()
132 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_X, x); in vmw_cursor_update_position()
133 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_Y, y); in vmw_cursor_update_position()
135 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_COUNT, ++count); in vmw_cursor_update_position()
1877 vmw_fifo_mem_write(vmw_priv, SVGA_FIFO_PITCHLOCK, pitch); in vmw_kms_write_svga()
H A Dvmwgfx_fence.c414 vmw_fifo_mem_write(fman->dev_priv, in vmw_fence_goal_new_locked()
453 vmw_fifo_mem_write(fman->dev_priv, SVGA_FIFO_FENCE_GOAL, in vmw_fence_goal_check_locked()
H A Dvmwgfx_drv.h1573 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c140 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MIN, min); in vmw_fifo_init()
141 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MAX, dev_priv->fifo_mem_size); in vmw_fifo_init()
143 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, min); in vmw_fifo_init()
144 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_STOP, min); in vmw_fifo_init()
145 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_BUSY, 0); in vmw_fifo_init()
348 vmw_fifo_mem_write(dev_priv, in vmw_local_fifo_reserve()
411 vmw_fifo_mem_write(vmw, SVGA_FIFO_RESERVED, bytes); in vmw_fifo_res_copy()
428 vmw_fifo_mem_write(vmw, (next_cmd >> 2), *buffer++); in vmw_fifo_slow_copy()
433 vmw_fifo_mem_write(vmw, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_fifo_slow_copy()
477 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_local_fifo_commit()
[all …]
H A Dvmwgfx_irq.c224 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_FENCE, signal_seq); in vmw_fallback_wait()
H A Dvmwgfx_kms.c131 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_ON, show ? 1 : 0); in vmw_cursor_update_position()
132 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_X, x); in vmw_cursor_update_position()
133 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_Y, y); in vmw_cursor_update_position()
135 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_COUNT, ++count); in vmw_cursor_update_position()
1877 vmw_fifo_mem_write(vmw_priv, SVGA_FIFO_PITCHLOCK, pitch); in vmw_kms_write_svga()
H A Dvmwgfx_fence.c414 vmw_fifo_mem_write(fman->dev_priv, in vmw_fence_goal_new_locked()
453 vmw_fifo_mem_write(fman->dev_priv, SVGA_FIFO_FENCE_GOAL, in vmw_fence_goal_check_locked()
H A Dvmwgfx_drv.h1573 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() function
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c140 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MIN, min); in vmw_fifo_init()
141 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_MAX, dev_priv->fifo_mem_size); in vmw_fifo_init()
143 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, min); in vmw_fifo_init()
144 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_STOP, min); in vmw_fifo_init()
145 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_BUSY, 0); in vmw_fifo_init()
348 vmw_fifo_mem_write(dev_priv, in vmw_local_fifo_reserve()
411 vmw_fifo_mem_write(vmw, SVGA_FIFO_RESERVED, bytes); in vmw_fifo_res_copy()
428 vmw_fifo_mem_write(vmw, (next_cmd >> 2), *buffer++); in vmw_fifo_slow_copy()
433 vmw_fifo_mem_write(vmw, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_fifo_slow_copy()
477 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_NEXT_CMD, next_cmd); in vmw_local_fifo_commit()
[all …]
H A Dvmwgfx_irq.c224 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_FENCE, signal_seq); in vmw_fallback_wait()
H A Dvmwgfx_kms.c131 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_ON, show ? 1 : 0); in vmw_cursor_update_position()
132 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_X, x); in vmw_cursor_update_position()
133 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_Y, y); in vmw_cursor_update_position()
135 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_COUNT, ++count); in vmw_cursor_update_position()
1877 vmw_fifo_mem_write(vmw_priv, SVGA_FIFO_PITCHLOCK, pitch); in vmw_kms_write_svga()
H A Dvmwgfx_fence.c414 vmw_fifo_mem_write(fman->dev_priv, in vmw_fence_goal_new_locked()
453 vmw_fifo_mem_write(fman->dev_priv, SVGA_FIFO_FENCE_GOAL, in vmw_fence_goal_check_locked()
H A Dvmwgfx_drv.h1573 static inline void vmw_fifo_mem_write(struct vmw_private *vmw, u32 fifo_reg, in vmw_fifo_mem_write() function