Searched defs:vmw_sw_context (Results 1 – 1 of 1) sorted by relevance
408 struct vmw_sw_context{ struct409 struct drm_open_hash res_ht;410 bool res_ht_initialized;411 bool kernel;412 struct vmw_fpriv *fp;413 uint32_t *cmd_bounce;414 uint32_t cmd_bounce_size;415 struct vmw_buffer_object *cur_query_bo;416 struct list_head bo_relocations;417 struct list_head res_relocations;[all …]