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