Searched defs:vmw_display_unit (Results 1 – 1 of 1) sorted by relevance
148 struct vmw_display_unit { struct149 struct drm_crtc crtc;150 struct drm_encoder encoder;151 struct drm_connector connector;153 struct vmw_surface *cursor_surface;154 struct vmw_dma_buffer *cursor_dmabuf;155 size_t cursor_age;157 int cursor_x;158 int cursor_y;160 int hotspot_x;[all …]