Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dsticon.c57 static int vga_is_gfx; variable
77 if (vga_is_gfx || console_blanked) in sticon_putcs()
94 if (vga_is_gfx || console_blanked) in sticon_cursor()
121 if (vga_is_gfx) in sticon_scroll()
307 vga_is_gfx = 0; in sticon_blank()
313 vga_is_gfx = 1; in sticon_blank()
H A Dvgacon.c86 static bool vga_is_gfx; variable
634 if (!vga_is_gfx) { in vgacon_switch()
814 vga_is_gfx = false; in vgacon_blank()
827 vga_is_gfx = true; in vgacon_blank()
1098 if (con_is_visible(c) && !vga_is_gfx) /* who knows */ in vgacon_resize()
1105 if (vga_is_gfx || /* We don't play origin tricks in graphic modes */ in vgacon_set_origin()
1131 if (!vga_is_gfx) in vgacon_save_screen()
1142 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()