Searched defs:vmw_display_unit (Results 1 – 1 of 1) sorted by relevance
335 struct vmw_display_unit { struct336 struct drm_crtc crtc;337 struct drm_encoder encoder;338 struct drm_connector connector;339 struct drm_plane primary;340 struct drm_plane cursor;342 struct vmw_surface *cursor_surface;343 struct vmw_buffer_object *cursor_bo;344 size_t cursor_age;346 int cursor_x;[all …]