Home
last modified time | relevance | path

Searched refs:ATIVGAState (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/display/
H A Dati.c51 static void ati_vga_switch_mode(ATIVGAState *s) in ati_vga_switch_mode()
142 static void ati_cursor_define(ATIVGAState *s) in ati_cursor_define()
171 ATIVGAState *s = container_of(vga, ATIVGAState, vga); in ati_cursor_invalidate()
198 ATIVGAState *s = container_of(vga, ATIVGAState, vga); in ati_cursor_draw_line()
260 ATIVGAState *s = opaque; in ati_vga_vblank_irq()
280 ATIVGAState *s = opaque; in ati_mm_read()
535 ATIVGAState *s = opaque; in ati_mm_write()
952 ATIVGAState *s = ATI_VGA(dev); in ati_vga_realize()
1024 ATIVGAState *s = ATI_VGA(dev); in ati_vga_reset()
1036 ATIVGAState *s = ATI_VGA(dev); in ati_vga_exit()
[all …]
H A Dati_int.h33 OBJECT_DECLARE_SIMPLE_TYPE(ATIVGAState, ATI_VGA)
87 struct ATIVGAState { struct
107 void ati_2d_blt(ATIVGAState *s); argument
H A Dati_2d.c27 static int ati_bpp_from_datatype(ATIVGAState *s) in ati_bpp_from_datatype()
48 void ati_2d_blt(ATIVGAState *s) in ati_2d_blt()