Home
last modified time | relevance | path

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

/linux/arch/x86/boot/
H A Dvideo-bios.c50 if (new_mode != boot_params.screen_info.orig_video_mode) { in set_bios_mode()
54 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode()
67 u8 saved_mode = boot_params.screen_info.orig_video_mode; in bios_probe()
/linux/include/uapi/linux/
H A Dscreen_info.h16 __u8 orig_video_mode; /* 0x06 */ member
/linux/drivers/video/console/
H A Dvgacon.c208 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()
212 (vga_si->orig_video_mode == 0x6A)) /* 800x600/4 (VESA) */ in vgacon_startup()
219 if (vga_si->orig_video_mode == 7) { in vgacon_startup()
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c119 .orig_video_mode = 3,
/linux/arch/x86/xen/
H A Dvga.c16 screen_info->orig_video_mode = 3; in xen_init_vga()
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c169 .orig_video_mode = 0, in screen_info_setup()
/linux/arch/arm/kernel/
H A Datags_parse.c78 vgacon_screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
H A Dsetup.c929 .orig_video_mode = 0,
/linux/drivers/video/fbdev/
H A Dvga16fb.c194 if (si->orig_video_mode != 0x0D && /* 320x200/4 (EGA) */ in check_mode_supported()
195 si->orig_video_mode != 0x0E && /* 640x200/4 (EGA) */ in check_mode_supported()
196 si->orig_video_mode != 0x10 && /* 640x350/4 (EGA) */ in check_mode_supported()
197 si->orig_video_mode != 0x12) /* 640x480/4 (VGA) */ in check_mode_supported()
/linux/arch/x86/boot/compressed/
H A Dmisc.c424 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel()