Lines Matching full:manager
47 * manager but not yet submitted to hardware.
62 * struct vmw_cmdbuf_man - Command buffer manager
78 * @mm: Range manager for the command buffer space. Manager allocations and
142 * @man: The command buffer manager.
145 * @list: List head for attaching to the manager lists.
146 * @node: The range manager node.
183 * @node: Pointer to the range manager node.
192 /* Loop over each context in the command buffer manager. */
204 * @man: The range manager.
222 * @man: The range manager.
334 * @man: The command buffer manager.
370 * @man: The command buffer manager.
429 * @man: The command buffer manager.
466 * @man: The command buffer manager.
472 * manager processing to potentially submit the buffer to hardware.
491 * @man: Pointer to the command buffer manager.
622 * vmw_cmdbuf_man_idle - Check whether the command buffer manager is idle.
624 * @man: The command buffer manager.
656 * @man: The command buffer manager.
688 * @man: The command buffer manager.
709 * vmw_cmdbuf_idle - Wait for command buffer manager idle.
711 * @man: The command buffer manager.
715 * Wait until the command buffer manager has processed all command buffers,
756 * @man: The command buffer manager.
788 * @man: The command buffer manager.
789 * @node: Pointer to pre-allocated range-manager node.
856 * @man: The command buffer manager.
911 * @man: The command buffer manager.
947 * @man: The command buffer manager.
991 * @man: The command buffer manager.
1041 * @man: The command buffer manager.
1064 * @man: The command buffer manager.
1096 * @man: The command buffer manager.
1126 * @man: The command buffer manager.
1164 * @man: The command buffer manager.
1188 * @man: The command buffer manager.
1210 * vmw_cmdbuf_set_pool_size - Set command buffer manager sizes
1212 * @man: The command buffer manager.
1218 * submission is already available and that the MOB memory manager is alive.
1240 * actually call into the already enabled manager, when in vmw_cmdbuf_set_pool_size()
1290 * vmw_cmdbuf_man_create: Create a command buffer manager and enable it for
1295 * Returns a pointer to a cummand buffer manager to success or error pointer
1296 * on failure. The command buffer manager will be enabled for submissions of
1369 * @man: Pointer to a command buffer manager.
1396 * vmw_cmdbuf_man_destroy - Take down a command buffer manager.
1398 * @man: Pointer to a command buffer manager.
1400 * This function idles and then destroys a command buffer manager.