Lines Matching defs:vmw_display_unit
359 struct vmw_display_unit { struct
360 struct drm_crtc crtc;
361 struct drm_encoder encoder;
362 struct drm_connector connector;
363 struct drm_plane primary;
364 struct vmw_cursor_plane cursor;
366 struct vmw_surface *cursor_surface;
367 struct vmw_buffer_object *cursor_bo;
368 size_t cursor_age;
370 int cursor_x;
371 int cursor_y;
373 int hotspot_x;
374 int hotspot_y;
375 s32 core_hotspot_x;
376 s32 core_hotspot_y;
378 unsigned unit;
404 container_of(x, struct vmw_display_unit, crtc) argument