Searched defs:vmw_cmdbuf_man (Results 1 – 1 of 1) sorted by relevance
101 struct vmw_cmdbuf_man { struct102 struct mutex cur_mutex;103 struct mutex space_mutex;104 struct work_struct work;105 struct vmw_private *dev_priv;106 struct vmw_cmdbuf_context ctx[SVGA_CB_CONTEXT_MAX];107 struct list_head error;108 struct drm_mm mm;109 struct ttm_buffer_object *cmd_space;110 struct ttm_bo_kmap_obj map_obj;[all …]