Home
last modified time | relevance | path

Searched refs:vga_is_gfx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
321 vga_is_gfx = 0; in sticon_blank()
327 vga_is_gfx = 1; in sticon_blank()
H A Dvgacon.c96 static bool vga_is_gfx; variable
648 if (!vga_is_gfx) { in vgacon_switch()
827 vga_is_gfx = false; in vgacon_blank()
841 vga_is_gfx = true; in vgacon_blank()
1130 if (con_is_visible(c) && !vga_is_gfx) /* who knows */ in vgacon_resize()
1137 if (vga_is_gfx || /* We don't play origin tricks in graphic modes */ in vgacon_set_origin()
1163 if (!vga_is_gfx) in vgacon_save_screen()
1174 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds