Searched defs:vmw_sw_context (Results 1 – 1 of 1) sorted by relevance
332 struct vmw_sw_context{ struct333 struct drm_open_hash res_ht;334 bool res_ht_initialized;335 bool kernel; /**< is the called made from the kernel */336 struct vmw_fpriv *fp;337 struct list_head validate_nodes;338 struct vmw_relocation relocs[VMWGFX_MAX_RELOCATIONS];339 uint32_t cur_reloc;340 struct vmw_validate_buffer val_bufs[VMWGFX_MAX_VALIDATIONS];341 uint32_t cur_val_buf;[all …]