Searched defs:vmw_display_unit (Results 1 – 1 of 1) sorted by relevance
81 struct vmw_display_unit { struct82 struct drm_crtc crtc;83 struct drm_encoder encoder;84 struct drm_connector connector;86 struct vmw_surface *cursor_surface;87 struct vmw_dma_buffer *cursor_dmabuf;88 size_t cursor_age;90 int cursor_x;91 int cursor_y;115 container_of(x, struct vmw_display_unit, crtc) argument