Home
last modified time | relevance | path

Searched refs:VGACommonState (Results 1 – 18 of 18) sorted by relevance

/qemu/hw/display/
H A Dvga_int.h56 struct VGACommonState;
68 typedef struct VGACommonState { struct
101 int (*get_bpp)(struct VGACommonState *s); argument
103 void (*get_resolution)(struct VGACommonState *s, argument
144 void (*cursor_invalidate)(struct VGACommonState *s); argument
154 } VGACommonState; argument
170 void vga_common_reset(VGACommonState *s);
172 void vga_dirty_log_start(VGACommonState *s);
173 void vga_dirty_log_stop(VGACommonState *s);
178 uint32_t vga_mem_readb(VGACommonState *s, hwaddr addr);
[all …]
H A Dvga.c330 VGACommonState *s = opaque; in vga_ioport_read()
420 VGACommonState *s = opaque; in vga_ioport_write()
681 VGACommonState *s = opaque; in vbe_ioport_read_index()
687 VGACommonState *s = opaque; in vbe_ioport_read_data()
721 VGACommonState *s = opaque; in vbe_ioport_write_index()
727 VGACommonState *s = opaque; in vbe_ioport_write_data()
1780 VGACommonState *s = opaque; in vga_update_display()
1818 VGACommonState *s = opaque; in vga_invalidate_display()
2070 VGACommonState *s = opaque; in vga_mem_read()
2078 VGACommonState *s = opaque; in vga_mem_write()
[all …]
H A Dvga-pci.c49 VGACommonState vga;
74 VGACommonState *s = ptr; in pci_vga_ioport_read()
92 VGACommonState *s = ptr; in pci_vga_ioport_write()
123 VGACommonState *s = ptr; in pci_vga_bochs_read()
133 VGACommonState *s = ptr; in pci_vga_bochs_write()
152 VGACommonState *s = ptr; in pci_vga_qext_read()
168 VGACommonState *s = ptr; in pci_vga_qext_write()
204 void pci_std_vga_mmio_region_init(VGACommonState *s, in pci_std_vga_mmio_region_init()
239 VGACommonState *s = &d->vga; in pci_std_vga_realize()
277 VGACommonState *s = &d->vga; in pci_secondary_vga_realize()
[all …]
H A Dvga-access.h25 static inline uint8_t vga_read_byte(VGACommonState *vga, uint32_t addr) in vga_read_byte()
30 static inline uint16_t vga_read_word_le(VGACommonState *vga, uint32_t addr) in vga_read_word_le()
37 static inline uint16_t vga_read_word_be(VGACommonState *vga, uint32_t addr) in vga_read_word_be()
44 static inline uint32_t vga_read_dword_le(VGACommonState *vga, uint32_t addr) in vga_read_dword_le()
H A Dvga-helpers.h101 static void *vga_draw_line2(VGACommonState *vga, uint8_t *d, in vga_draw_line2()
143 static void *vga_draw_line2d2(VGACommonState *vga, uint8_t *d, in vga_draw_line2d2()
182 static void *vga_draw_line4(VGACommonState *vga, uint8_t *d, in vga_draw_line4()
220 static void *vga_draw_line4d2(VGACommonState *vga, uint8_t *d, in vga_draw_line4d2()
260 static void *vga_draw_line8d2(VGACommonState *vga, uint8_t *d, in vga_draw_line8d2()
302 static void *vga_draw_line8(VGACommonState *vga, uint8_t *d, in vga_draw_line8()
333 static void *vga_draw_line15_le(VGACommonState *vga, uint8_t *d, in vga_draw_line15_le()
352 static void *vga_draw_line15_be(VGACommonState *vga, uint8_t *d, in vga_draw_line15_be()
374 static void *vga_draw_line16_le(VGACommonState *vga, uint8_t *d, in vga_draw_line16_le()
393 static void *vga_draw_line16_be(VGACommonState *vga, uint8_t *d, in vga_draw_line16_be()
[all …]
H A Dvga-isa.c44 struct VGACommonState state;
52 VGACommonState *s = &d->state; in vga_isa_reset()
61 VGACommonState *s = &d->state; in vga_isa_realizefn()
H A Dvirtio-vga.h19 VGACommonState vga;
H A Dcirrus_vga_isa.c49 VGACommonState *s = &d->cirrus_vga.vga; in isa_cirrus_vga_realizefn()
H A Dvirtio-vga.c94 vmstate_vga_common, VGACommonState),
104 VGACommonState *vga = &vvga->vga; in virtio_vga_base_realize()
H A Dcirrus_vga_internal.h50 VGACommonState vga;
H A Dati_int.h89 VGACommonState vga;
H A Dvga-mmio.c47 VGACommonState vga;
H A Dqxl.h89 VGACommonState vga;
H A Dcirrus_vga.c1105 static void cirrus_get_params(VGACommonState *s1, in cirrus_get_params()
1151 static int cirrus_get_bpp(VGACommonState *s1) in cirrus_get_bpp()
1189 static void cirrus_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in cirrus_get_resolution()
2189 static void cirrus_cursor_invalidate(VGACommonState *s1) in cirrus_cursor_invalidate()
2252 static void cirrus_cursor_draw_line(VGACommonState *s1, uint8_t *d1, int scr_y) in cirrus_cursor_draw_line()
2504 VGACommonState *s = &c->vga; in cirrus_vga_ioport_read()
2589 VGACommonState *s = &c->vga; in cirrus_vga_ioport_write()
H A Dati.c169 static void ati_cursor_invalidate(VGACommonState *vga) in ati_cursor_invalidate()
196 static void ati_cursor_draw_line(VGACommonState *vga, uint8_t *d, int scr_y) in ati_cursor_draw_line()
953 VGACommonState *vga = &s->vga; in ati_vga_realize()
H A Dqxl-render.c100 VGACommonState *vga = &qxl->vga; in qxl_render_update_area_unlocked()
H A Dqxl.c1268 VGACommonState *vga = opaque; in qxl_vga_ioport_write()
2220 VGACommonState *vga = &qxl->vga;
2437 VMSTATE_STRUCT(vga, PCIQXLDevice, 0, vmstate_vga_common, VGACommonState),
H A Dvmware_vga.c48 VGACommonState vga;