Searched defs:vmw_display_unit (Results 1 – 1 of 1) sorted by relevance
354 struct vmw_display_unit { struct355 struct drm_crtc crtc;356 struct drm_encoder encoder;357 struct drm_connector connector;358 struct drm_plane primary;359 struct vmw_cursor_plane cursor;361 struct vmw_surface *cursor_surface;362 struct vmw_buffer_object *cursor_bo;363 size_t cursor_age;365 int cursor_x;[all …]