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