Lines Matching defs:vmw_display_unit
336 struct vmw_display_unit { struct
337 struct drm_crtc crtc;
338 struct drm_encoder encoder;
339 struct drm_connector connector;
340 struct drm_plane primary;
341 struct drm_plane cursor;
343 struct vmw_surface *cursor_surface;
344 struct vmw_buffer_object *cursor_bo;
345 size_t cursor_age;
347 int cursor_x;
348 int cursor_y;
350 int hotspot_x;
351 int hotspot_y;
352 s32 core_hotspot_x;
353 s32 core_hotspot_y;
355 unsigned unit;
381 container_of(x, struct vmw_display_unit, crtc) argument