Searched defs:vmw_sw_context (Results 1 – 1 of 1) sorted by relevance
393 struct vmw_sw_context{ struct394 struct drm_open_hash res_ht;395 bool res_ht_initialized;396 bool kernel;397 struct vmw_fpriv *fp;398 uint32_t *cmd_bounce;399 uint32_t cmd_bounce_size;400 struct vmw_buffer_object *cur_query_bo;401 struct list_head bo_relocations;402 struct list_head res_relocations;[all …]