Lines Matching full:manager
47 * manager but not yet submitted to hardware.
61 * struct vmw_cmdbuf_man: - Command buffer manager
77 * @mm: Range manager for the command buffer space. Manager allocations and
141 * @man: The command buffer manager.
144 * @list: List head for attaching to the manager lists.
145 * @node: The range manager node.
182 * @node: Pointer to the range manager node.
191 /* Loop over each context in the command buffer manager. */
203 * @man: The range manager.
221 * @man: The range manager.
333 * @man: The command buffer manager.
370 * @man: The command buffer manager.
428 * @man: The command buffer manager.
465 * @man: The command buffer manager.
471 * manager processing to potentially submit the buffer to hardware.
490 * @man: Pointer to the command buffer manager.
621 * vmw_cmdbuf_man idle - Check whether the command buffer manager is idle.
623 * @man: The command buffer manager.
655 * @man: The command buffer manager.
687 * @man: The command buffer manager.
708 * vmw_cmdbuf_idle - Wait for command buffer manager idle.
710 * @man: The command buffer manager.
714 * Wait until the command buffer manager has processed all command buffers,
755 * @man: The command buffer manager.
787 * @man: The command buffer manager.
788 * @node: Pointer to pre-allocated range-manager node.
855 * @man: The command buffer manager.
910 * @man: The command buffer manager.
946 * @man: The command buffer manager.
990 * @man: The command buffer manager.
1040 * @man: The command buffer manager.
1063 * @man: The command buffer manager.
1095 * @man: The command buffer manager.
1125 * @man: The command buffer manager.
1163 * @man: The command buffer manager.
1186 * @man: The command buffer manager.
1207 * vmw_cmdbuf_set_pool_size - Set command buffer manager sizes
1209 * @man: The command buffer manager.
1218 * submission is already available and that the MOB memory manager is alive.
1241 * 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.