Lines Matching refs:buffer
99 * struct vmw_buffer_object - TTM buffer object with vmwgfx additions
100 * @base: The TTM buffer object
101 * @res_tree: RB tree of resources using this buffer object as a backing MOB
105 * @dx_query_ctx: DX context if this buffer object is used as a DX query MOB
127 * @hash: Hash entry for quick lookup of the TTM buffer object.
147 * @backup_size: Backup buffer size. Immutable.
148 * @res_dirty: Resource contains data not yet in the backup buffer. Protected
150 * @backup_dirty: Backup buffer contains data not yet in the HW resource.
153 * @backup: The backup buffer if any. Protected by resource reserved.
154 * @backup_offset: Offset into the backup buffer if any. Protected by resource
159 * backup buffer is pinned. Hence it can't be evicted.
388 * @kernel: Whether the command buffer originates from kernel code rather
392 * @cmd_bounce: Command bounce buffer used for command validation before
394 * @cmd_bounce_size: Current command bounce buffer size
395 * @cur_query_bo: Current buffer object used as query result buffer
396 * @bo_relocations: List of buffer object relocations
407 * @staged_cmd_res: List of staged command buffer managed resources in this
408 * command buffer
409 * @ctx_list: List of context resources referenced in this command buffer
413 * @man: Pointer to the command buffer managed resource manager
885 * vmw_user_bo_noref_release - release a buffer object pointer looked up
894 * vmw_bo_adjust_prio - Adjust the buffer object eviction priority
913 * vmw_bo_prio_add - Notify a buffer object of a newly attached resource
919 * to the backing buffer object (mob).
928 * vmw_bo_prio_del - Notify a buffer object of a resource with a certain
934 * to the backing buffer object (mob).
956 extern ssize_t vmw_fops_read(struct file *filp, char __user *buffer,
1003 * TTM buffer object driver - vmwgfx_ttm_buffer.c
1371 * Command buffer managed resources - vmwgfx_cmdbuf_res.c
1408 * Command buffer managerment vmwgfx_cmdbuf.c
1485 char *buffer, size_t *length);
1498 * command buffer execution errors due to malformed commands, invalid context,