Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/vmwgfx/
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()
Dvmwgfx_cmd.c487 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()
Dvmwgfx_drv.h884 extern void vmw_cmd_commit_flush(struct vmw_private *dev_priv, uint32_t bytes);
Dvmwgfx_kms.c115 vmw_cmd_commit_flush(dev_priv, cmd_size); in vmw_send_define_cursor_cmd()