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