Lines Matching defs:vmsvga_state_s
47 struct vmsvga_state_s { struct
48 VGACommonState vga;
50 int invalidated;
51 int enable;
52 int config;
53 struct {
58 } cursor;
60 int index;
61 int scratch_size;
62 uint32_t *scratch;
63 int new_width;
64 int new_height;
65 int new_depth;
89 DECLARE_INSTANCE_CHECKER(struct pci_vmsvga_state_s, VMWARE_SVGA, argument
97 struct vmsvga_state_s chip; argument