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