Searched refs:cman (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_cmd.c | 370 if (dev_priv->cman) in vmw_cmd_ctx_reserve() 371 ret = vmw_cmdbuf_reserve(dev_priv->cman, bytes, in vmw_cmd_ctx_reserve() 474 if (dev_priv->cman) in vmw_cmd_commit() 475 vmw_cmdbuf_commit(dev_priv->cman, bytes, NULL, false); in vmw_cmd_commit() 489 if (dev_priv->cman) in vmw_cmd_commit_flush() 490 vmw_cmdbuf_commit(dev_priv->cman, bytes, NULL, true); in vmw_cmd_commit_flush() 506 if (dev_priv->cman) in vmw_cmd_flush() 507 return vmw_cmdbuf_cur_flush(dev_priv->cman, interruptible); in vmw_cmd_flush()
|
| A D | vmwgfx_drv.c | 494 if (dev_priv->cman) { in vmw_request_device_late() 499 dev_priv->cman = NULL; in vmw_request_device_late() 518 if (IS_ERR(dev_priv->cman)) { in vmw_request_device() 519 dev_priv->cman = NULL; in vmw_request_device() 534 if (dev_priv->cman) in vmw_request_device() 535 vmw_cmdbuf_remove_pool(dev_priv->cman); in vmw_request_device() 543 if (dev_priv->cman) in vmw_request_device() 544 vmw_cmdbuf_man_destroy(dev_priv->cman); in vmw_request_device() 569 if (dev_priv->cman) in vmw_release_device_early() 570 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() 178 if (dev_priv->cman) { in vmw_fallback_wait() 179 ret = vmw_cmdbuf_idle(dev_priv->cman, interruptible, in vmw_fallback_wait()
|
| A D | vmwgfx_execbuf.c | 3960 void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false, in vmw_execbuf_submit_cmdbuf() 3966 vmw_cmdbuf_commit(dev_priv->cman, command_size, header, false); in vmw_execbuf_submit_cmdbuf() 4009 if (!dev_priv->cman || kernel_commands) in vmw_execbuf_cmdbuf() 4015 kernel_commands = vmw_cmdbuf_alloc(dev_priv->cman, cmdbuf_size, true, in vmw_execbuf_cmdbuf()
|
| A D | vmwgfx_drv.h | 589 struct vmw_cmdbuf_man *cman; member
|
Completed in 24 milliseconds