Searched defs:vmw_sw_context (Results 1 – 2 of 2) 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 …]
420 struct vmw_sw_context{ struct422 bool kernel;423 struct vmw_fpriv *fp;424 struct drm_file *filp;425 uint32_t *cmd_bounce;426 uint32_t cmd_bounce_size;427 struct vmw_bo *cur_query_bo;428 struct list_head bo_relocations;429 struct list_head res_relocations;430 uint32_t *buf_start;[all …]