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