Searched defs:vmw_display_unit (Results 1 – 1 of 1) sorted by relevance
222 struct vmw_display_unit { struct223 struct drm_crtc crtc;224 struct drm_encoder encoder;225 struct drm_connector connector;226 struct drm_plane primary;227 struct drm_plane cursor;229 struct vmw_surface *cursor_surface;230 struct vmw_buffer_object *cursor_bo;231 size_t cursor_age;233 int cursor_x;[all …]