Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c511 int vmw_cmd_send_fence(struct vmw_private *dev_priv, uint32_t *seqno) in vmw_cmd_send_fence() function
H A Dvmwgfx_cmdbuf.c613 vmw_cmd_send_fence(man->dev_priv, &dummy); in vmw_cmdbuf_work_func()
H A Dvmwgfx_drv.h893 extern int vmw_cmd_send_fence(struct vmw_private *dev_priv, uint32_t *seqno);
H A Dvmwgfx_execbuf.c3834 ret = vmw_cmd_send_fence(dev_priv, &sequence); in vmw_execbuf_fence_commands()