Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dvgacon.c92 static struct screen_info *vga_si; variable
190 if (!vga_si || in vgacon_startup()
191 vga_si->orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()
192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()
203 if ((vga_si->orig_video_lines == 0) || in vgacon_startup()
204 (vga_si->orig_video_cols == 0)) in vgacon_startup()
208 if ((vga_si->orig_video_mode == 0x0D) || /* 320x200/4 */ in vgacon_startup()
209 (vga_si->orig_video_mode == 0x0E) || /* 640x200/4 */ in vgacon_startup()
210 (vga_si->orig_video_mode == 0x10) || /* 640x350/4 */ in vgacon_startup()
211 (vga_si->orig_video_mode == 0x12) || /* 640x480/4 */ in vgacon_startup()
[all …]