Lines Matching defs:vmw_display_unit
148 struct vmw_display_unit { struct
149 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;
184 container_of(x, struct vmw_display_unit, crtc) argument