Home
last modified time | relevance | path

Searched refs:graphic_mode (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga.c1789 int full_update, graphic_mode; in vga_update_display() local
1798 graphic_mode = GMODE_BLANK; in vga_update_display()
1800 graphic_mode = s->gr[VGA_GFX_MISC] & VGA_GR06_GRAPHICS_MODE; in vga_update_display()
1802 if (graphic_mode != s->graphic_mode) { in vga_update_display()
1803 s->graphic_mode = graphic_mode; in vga_update_display()
1807 switch(graphic_mode) { in vga_update_display()
1862 s->graphic_mode = -1; /* force full update */ in vga_common_reset()
1904 int graphic_mode, i, cursor_offset, cursor_visible; in vga_update_text() local
1914 graphic_mode = GMODE_BLANK; in vga_update_text()
1916 graphic_mode = s->gr[VGA_GFX_MISC] & VGA_GR06_GRAPHICS_MODE; in vga_update_text()
[all …]
H A Dvga_int.h118 int graphic_mode; member
H A Dcirrus_vga.c2732 s->vga.graphic_mode = -1; in cirrus_post_load()
/openbmc/linux/arch/x86/boot/
H A Dvideo.c68 if (graphic_mode) in store_mode_params()
266 if (graphic_mode) in restore_screen()
H A Dvideo.h94 extern int graphic_mode; /* Graphics mode with linear frame buffer */
H A Dvideo-mode.c28 int graphic_mode; /* Graphic mode with linear frame buffer */ variable
H A Dvideo-vesa.c143 graphic_mode = is_graphic; in vesa_set_mode()