Lines Matching defs:vmw_sw_context
147 struct vmw_sw_context{ struct
148 struct ida bo_list;
149 uint32_t last_cid;
150 bool cid_valid;
151 bool kernel; /**< is the called made from the kernel */
152 struct vmw_resource *cur_ctx;
153 uint32_t last_sid;
154 uint32_t sid_translation;
155 bool sid_valid;
156 struct ttm_object_file *tfile;
157 struct list_head validate_nodes;
158 struct vmw_relocation relocs[VMWGFX_MAX_RELOCATIONS];
159 uint32_t cur_reloc;
160 struct ttm_validate_buffer val_bufs[VMWGFX_MAX_VALIDATIONS];
161 uint32_t cur_val_buf;
162 uint32_t *cmd_bounce;
163 uint32_t cmd_bounce_size;
164 struct list_head resource_list;
165 uint32_t fence_flags;
166 struct list_head query_list;
167 struct ttm_buffer_object *cur_query_bo;
168 uint32_t cur_query_cid;
169 bool query_cid_valid;