Searched refs:graphic_mode (Results 1 – 7 of 7) sorted by relevance
1789 int full_update, graphic_mode; in vga_update_display() local1798 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() local1914 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 …]
118 int graphic_mode; member
2732 s->vga.graphic_mode = -1; in cirrus_post_load()
68 if (graphic_mode) in store_mode_params()266 if (graphic_mode) in restore_screen()
94 extern int graphic_mode; /* Graphics mode with linear frame buffer */
28 int graphic_mode; /* Graphic mode with linear frame buffer */ variable
143 graphic_mode = is_graphic; in vesa_set_mode()