Lines Matching defs:vbox_private
56 struct vbox_private { struct
58 struct drm_device ddev;
59 struct drm_fb_helper fb_helper;
60 struct vbox_framebuffer afb;
62 u8 __iomem *guest_heap;
63 u8 __iomem *vbva_buffers;
64 struct gen_pool *guest_pool;
65 struct vbva_buf_ctx *vbva_info;
66 bool any_pitch;
67 u32 num_crtcs;
69 u32 full_vram_size;
71 u32 available_vram_size;
73 struct vbva_modehint *last_mode_hints;
75 int fb_mtrr;
77 struct mutex hw_mutex; /* protects modeset and accel/vbva accesses */
78 struct work_struct hotplug_work;
79 u32 input_mapping_width;
80 u32 input_mapping_height;
85 bool single_framebuffer;
86 u8 cursor_data[CURSOR_DATA_SIZE];