Searched refs:cman (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_cmd.c | 369 if (dev_priv->cman) in vmw_cmd_ctx_reserve() 370 ret = vmw_cmdbuf_reserve(dev_priv->cman, bytes, in vmw_cmd_ctx_reserve() 473 if (dev_priv->cman) in vmw_cmd_commit() 474 vmw_cmdbuf_commit(dev_priv->cman, bytes, NULL, false); in vmw_cmd_commit() 488 if (dev_priv->cman) in vmw_cmd_commit_flush() 489 vmw_cmdbuf_commit(dev_priv->cman, bytes, NULL, true); in vmw_cmd_commit_flush() 505 if (dev_priv->cman) in vmw_cmd_flush() 506 return vmw_cmdbuf_cur_flush(dev_priv->cman, interruptible); in vmw_cmd_flush()
|
A D | vmwgfx_drv.c | 502 if (dev_priv->cman) { in vmw_request_device_late() 507 dev_priv->cman = NULL; in vmw_request_device_late() 526 if (IS_ERR(dev_priv->cman)) { in vmw_request_device() 527 dev_priv->cman = NULL; in vmw_request_device() 542 if (dev_priv->cman) in vmw_request_device() 543 vmw_cmdbuf_remove_pool(dev_priv->cman); in vmw_request_device() 551 if (dev_priv->cman) in vmw_request_device() 552 vmw_cmdbuf_man_destroy(dev_priv->cman); in vmw_request_device() 577 if (dev_priv->cman) in vmw_release_device_early() 578 vmw_cmdbuf_remove_pool(dev_priv->cman); in vmw_release_device_early() [all …]
|
A D | vmwgfx_irq.c | 69 vmw_cmdbuf_irqthread(dev_priv->cman); in vmw_thread_fn() 187 if (dev_priv->cman) { in vmw_fallback_wait() 188 ret = vmw_cmdbuf_idle(dev_priv->cman, interruptible, in vmw_fallback_wait()
|
A D | vmwgfx_execbuf.c | 3968 void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false, in vmw_execbuf_submit_cmdbuf() 3974 vmw_cmdbuf_commit(dev_priv->cman, command_size, header, false); in vmw_execbuf_submit_cmdbuf() 4017 if (!dev_priv->cman || kernel_commands) in vmw_execbuf_cmdbuf() 4023 kernel_commands = vmw_cmdbuf_alloc(dev_priv->cman, cmdbuf_size, true, in vmw_execbuf_cmdbuf()
|
A D | vmwgfx_drv.h | 662 struct vmw_cmdbuf_man *cman; member
|
Completed in 21 milliseconds