vga_is_gfx 53 drivers/video/console/sticon.c static int vga_is_gfx; vga_is_gfx 86 drivers/video/console/sticon.c if (vga_is_gfx || console_blanked) vga_is_gfx 109 drivers/video/console/sticon.c if (vga_is_gfx || console_blanked) vga_is_gfx 161 drivers/video/console/sticon.c if (vga_is_gfx) vga_is_gfx 229 drivers/video/console/sticon.c vga_is_gfx = 0; vga_is_gfx 235 drivers/video/console/sticon.c vga_is_gfx = 1; vga_is_gfx 96 drivers/video/console/vgacon.c static bool vga_is_gfx; vga_is_gfx 277 drivers/video/console/vgacon.c if (!vga_is_gfx && !vgacon_scrollback_cur->restore) { vga_is_gfx 854 drivers/video/console/vgacon.c if (!vga_is_gfx) { vga_is_gfx 1034 drivers/video/console/vgacon.c vga_is_gfx = false; vga_is_gfx 1048 drivers/video/console/vgacon.c vga_is_gfx = true; vga_is_gfx 1329 drivers/video/console/vgacon.c if (con_is_visible(c) && !vga_is_gfx) /* who knows */ vga_is_gfx 1336 drivers/video/console/vgacon.c if (vga_is_gfx || /* We don't play origin tricks in graphic modes */ vga_is_gfx 1362 drivers/video/console/vgacon.c if (!vga_is_gfx) vga_is_gfx 1373 drivers/video/console/vgacon.c if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT)