Searched defs:vmw_cmdbuf_man (Results 1 – 2 of 2) 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 …]
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 vmw_bo *cmd_space;[all …]