Lines Matching defs:vmw_display_unit
339 struct vmw_display_unit { struct
340 struct drm_crtc crtc;
341 struct drm_encoder encoder;
342 struct drm_connector connector;
343 struct drm_plane primary;
344 struct vmw_cursor_plane cursor;
346 struct vmw_surface *cursor_surface;
347 size_t cursor_age;
349 int cursor_x;
350 int cursor_y;
352 int hotspot_x;
353 int hotspot_y;
354 s32 core_hotspot_x;
355 s32 core_hotspot_y;
357 unsigned unit;
362 unsigned pref_width;
363 unsigned pref_height;
364 bool pref_active;
369 int gui_x;
370 int gui_y;
371 bool is_implicit;
372 int set_gui_x;
396 container_of(x, struct vmw_display_unit, crtc) argument