Searched defs:vmw_sw_context (Results 1 – 1 of 1) sorted by relevance
147 struct vmw_sw_context{ struct148 struct ida bo_list;149 uint32_t last_cid;150 bool cid_valid;151 bool kernel; /**< is the called made from the kernel */152 struct vmw_resource *cur_ctx;153 uint32_t last_sid;154 uint32_t sid_translation;155 bool sid_valid;156 struct ttm_object_file *tfile;[all …]