Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c207 vmw_cmd_commit_flush(dev_priv, sizeof(*cmd)); in vmw_cotable_unscrub()
302 vmw_cmd_commit_flush(dev_priv, submit_size); in vmw_cotable_scrub()
H A Dvmwgfx_cmd.c482 * vmw_cmd_commit_flush - Commit fifo space and flush any buffered commands.
487 void vmw_cmd_commit_flush(struct vmw_private *dev_priv, uint32_t bytes) in vmw_cmd_commit_flush() function
546 vmw_cmd_commit_flush(dev_priv, bytes); in vmw_cmd_send_fence()
H A Dvmwgfx_cursor_plane.c70 vmw_cmd_commit_flush(dev_priv, cmd_size); in vmw_send_define_cursor_cmd()