Searched defs:vmw_cmdbuf_man (Results 1 – 1 of 1) sorted by relevance
116 struct vmw_cmdbuf_man { struct117 struct mutex cur_mutex;118 struct mutex space_mutex;119 struct mutex error_mutex;120 struct work_struct work;121 struct vmw_private *dev_priv;122 struct vmw_cmdbuf_context ctx[SVGA_CB_CONTEXT_MAX];123 struct list_head error;124 struct drm_mm mm;125 struct ttm_buffer_object *cmd_space;[all …]