Lines Matching full:manager
48 * manager but not yet submitted to hardware.
63 * struct vmw_cmdbuf_man - Command buffer manager
79 * @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.
369 * @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.
1187 * @man: The command buffer manager.
1209 * vmw_cmdbuf_set_pool_size - Set command buffer manager sizes
1211 * @man: The command buffer manager.
1217 * submission is already available and that the MOB memory manager is alive.
1245 * actually call into the already enabled manager, when in vmw_cmdbuf_set_pool_size()
1280 * vmw_cmdbuf_man_create: Create a command buffer manager and enable it for
1285 * Returns a pointer to a cummand buffer manager to success or error pointer
1286 * on failure. The command buffer manager will be enabled for submissions of
1359 * @man: Pointer to a command buffer manager.
1383 * vmw_cmdbuf_man_destroy - Take down a command buffer manager.
1385 * @man: Pointer to a command buffer manager.
1387 * This function idles and then destroys a command buffer manager.