Lines Matching defs:vmw_display_unit
354 struct vmw_display_unit { struct
355 struct drm_crtc crtc;
356 struct drm_encoder encoder;
357 struct drm_connector connector;
358 struct drm_plane primary;
359 struct vmw_cursor_plane cursor;
361 struct vmw_surface *cursor_surface;
362 struct vmw_buffer_object *cursor_bo;
363 size_t cursor_age;
365 int cursor_x;
366 int cursor_y;
368 int hotspot_x;
369 int hotspot_y;
370 s32 core_hotspot_x;
371 s32 core_hotspot_y;
373 unsigned unit;
399 container_of(x, struct vmw_display_unit, crtc) argument