Searched defs:vmw_sw_context (Results 1 – 1 of 1) sorted by relevance
290 struct vmw_sw_context{ struct291 struct drm_open_hash res_ht;292 bool res_ht_initialized;293 bool kernel; /**< is the called made from the kernel */294 struct vmw_fpriv *fp;295 struct list_head validate_nodes;296 struct vmw_relocation relocs[VMWGFX_MAX_RELOCATIONS];297 uint32_t cur_reloc;298 struct vmw_validate_buffer val_bufs[VMWGFX_MAX_VALIDATIONS];299 uint32_t cur_val_buf;[all …]