Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dsticon.c53 static int vga_is_gfx; variable
91 if (vga_is_gfx || console_blanked) in sticon_putc()
114 if (vga_is_gfx || console_blanked) in sticon_putcs()
165 if (vga_is_gfx) in sticon_scroll()
249 vga_is_gfx = 0; in sticon_blank()
255 vga_is_gfx = 1; in sticon_blank()
Dvgacon.c110 static int vga_is_gfx; variable
243 if (!vga_is_gfx && !vgacon_scrollback_restore) { in vgacon_restore_screen()
834 if (!vga_is_gfx) { in vgacon_switch()
1019 vga_is_gfx = 0; in vgacon_blank()
1033 vga_is_gfx = 1; in vgacon_blank()
1322 if (CON_IS_VISIBLE(c) && !vga_is_gfx) /* who knows */ in vgacon_resize()
1329 if (vga_is_gfx || /* We don't play origin tricks in graphic modes */ in vgacon_set_origin()
1355 if (!vga_is_gfx) in vgacon_save_screen()
1366 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()