Searched defs:vmw_display_unit (Results 1 – 1 of 1) sorted by relevance
339 struct vmw_display_unit { struct340 struct drm_crtc crtc;341 struct drm_encoder encoder;342 struct drm_connector connector;343 struct drm_plane primary;344 struct vmw_cursor_plane cursor;346 struct vmw_surface *cursor_surface;347 size_t cursor_age;349 int cursor_x;350 int cursor_y;[all …]