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