/openbmc/qemu/hw/display/ |
H A D | vga_int.h | 56 struct VGACommonState; 57 typedef uint8_t (* vga_retrace_fn)(struct VGACommonState *s); 58 typedef void (* vga_update_retrace_info_fn)(struct VGACommonState *s); 68 typedef struct VGACommonState { struct 101 int (*get_bpp)(struct VGACommonState *s); argument 102 void (*get_params)(struct VGACommonState *s, VGADisplayParams *params); argument 103 void (*get_resolution)(struct VGACommonState *s, argument 144 void (*cursor_invalidate)(struct VGACommonState *s); argument 145 void (*cursor_draw_line)(struct VGACommonState *s, uint8_t *d, int y); argument 154 } VGACommonState; argument [all …]
|
H A D | vga.c | 128 static void vbe_update_vgaregs(VGACommonState *s); 130 static inline bool vbe_enabled(VGACommonState *s) in vbe_enabled() 135 static inline uint8_t sr(VGACommonState *s, int idx) in sr() 140 static void vga_update_memory_access(VGACommonState *s) in vga_update_memory_access() 186 static void vga_dumb_update_retrace_info(VGACommonState *s) in vga_dumb_update_retrace_info() 191 static void vga_precise_update_retrace_info(VGACommonState *s) in vga_precise_update_retrace_info() 283 static uint8_t vga_precise_retrace(VGACommonState *s) in vga_precise_retrace() 312 static uint8_t vga_dumb_retrace(VGACommonState *s) in vga_dumb_retrace() 317 int vga_ioport_invalid(VGACommonState *s, uint32_t addr) in vga_ioport_invalid() 330 VGACommonState *s = opaque; in vga_ioport_read() [all …]
|
H A D | vga-pci.c | 49 VGACommonState vga; 66 VMSTATE_STRUCT(vga, PCIVGAState, 0, vmstate_vga_common, VGACommonState), 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() [all …]
|
H A D | vga-access.h | 25 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 D | vga-helpers.h | 101 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 D | vga-isa.c | 44 struct VGACommonState state; 52 VGACommonState *s = &d->state; in vga_isa_reset() 61 VGACommonState *s = &d->state; in vga_isa_realizefn()
|
H A D | virtio-vga.h | 19 VGACommonState vga;
|
H A D | cirrus_vga_isa.c | 49 VGACommonState *s = &d->cirrus_vga.vga; in isa_cirrus_vga_realizefn()
|
H A D | cirrus_vga_internal.h | 50 VGACommonState vga;
|
H A D | virtio-vga.c | 94 vmstate_vga_common, VGACommonState), 104 VGACommonState *vga = &vvga->vga; in virtio_vga_base_realize()
|
H A D | ati_int.h | 89 VGACommonState vga;
|
H A D | vga-mmio.c | 47 VGACommonState vga;
|
H A D | qxl.h | 89 VGACommonState vga;
|
H A D | cirrus_vga.c | 1105 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 D | ati.c | 169 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 D | qxl-render.c | 100 VGACommonState *vga = &qxl->vga; in qxl_render_update_area_unlocked()
|
H A D | qxl.c | 1268 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 D | vmware_vga.c | 48 VGACommonState vga;
|