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