Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_int.h103 void (*get_resolution)(struct VGACommonState *s, member
H A Dvga.c1500 s->get_resolution(s, &width, &height); in vga_draw_graphic()
2041 s->get_resolution(s, &width, &height); in vga_update_text()
2248 s->get_resolution = vga_get_resolution; in vga_common_init()
H A Dcirrus_vga.c747 s->vga.get_resolution(&s->vga, &width, &height); in cirrus_do_copy()
2929 s->vga.get_resolution = cirrus_get_resolution; in cirrus_init_common()