Searched defs:vmw_cmdbuf_man (Results 1 – 1 of 1) sorted by relevance
109 struct vmw_cmdbuf_man { struct110 struct mutex cur_mutex;111 struct mutex space_mutex;112 struct mutex error_mutex;113 struct work_struct work;114 struct vmw_private *dev_priv;115 struct vmw_cmdbuf_context ctx[SVGA_CB_CONTEXT_MAX];116 struct list_head error;117 struct drm_mm mm;118 struct ttm_buffer_object *cmd_space;[all …]