Searched defs:vmw_sw_context (Results 1 – 1 of 1) sorted by relevance
416 struct vmw_sw_context{ struct417 struct drm_open_hash res_ht;418 bool res_ht_initialized;419 bool kernel;420 struct vmw_fpriv *fp;421 uint32_t *cmd_bounce;422 uint32_t cmd_bounce_size;423 struct vmw_buffer_object *cur_query_bo;424 struct list_head bo_relocations;425 struct list_head res_relocations;[all …]