Home
last modified time | relevance | path

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

/openbmc/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.c486 void vmw_cmd_commit_flush(struct vmw_private *dev_priv, uint32_t bytes) in vmw_cmd_commit_flush() function
545 vmw_cmd_commit_flush(dev_priv, bytes); in vmw_cmd_send_fence()
H A Dvmwgfx_drv.h892 extern void vmw_cmd_commit_flush(struct vmw_private *dev_priv, uint32_t bytes);
H A Dvmwgfx_kms.c106 vmw_cmd_commit_flush(dev_priv, cmd_size); in vmw_send_define_cursor_cmd()