Home
last modified time | relevance | path

Searched refs:vga_is_gfx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/console/
H A Dsticon.c57 static int vga_is_gfx; variable
76 if (vga_is_gfx || console_blanked) in sticon_putc()
88 if (vga_is_gfx || console_blanked) in sticon_putcs()
105 if (vga_is_gfx || console_blanked) in sticon_cursor()
135 if (vga_is_gfx) in sticon_scroll()
322 vga_is_gfx = 0; in sticon_blank()
328 vga_is_gfx = 1; in sticon_blank()
H A Dvgacon.c86 static bool vga_is_gfx; variable
605 if (!vga_is_gfx) { in vgacon_switch()
784 vga_is_gfx = false; in vgacon_blank()
798 vga_is_gfx = true; in vgacon_blank()
1069 if (con_is_visible(c) && !vga_is_gfx) /* who knows */ in vgacon_resize()
1076 if (vga_is_gfx || /* We don't play origin tricks in graphic modes */ in vgacon_set_origin()
1102 if (!vga_is_gfx) in vgacon_save_screen()
1113 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()