Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/boot/
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()
A Dvideo.c51 boot_params.screen_info.orig_video_mode = oreg.al & 0x7f; in store_video_mode()
74 if (boot_params.screen_info.orig_video_mode == 0x07) { in store_mode_params()
/linux-6.3-rc2/include/uapi/linux/
A Dscreen_info.h16 __u8 orig_video_mode; /* 0x06 */ member
/linux-6.3-rc2/drivers/video/console/
A Dvgacon.c181 if ((screen_info.orig_video_mode == 0x0D) || /* 320x200/4 */ in vgacon_startup()
182 (screen_info.orig_video_mode == 0x0E) || /* 640x200/4 */ in vgacon_startup()
183 (screen_info.orig_video_mode == 0x10) || /* 640x350/4 */ in vgacon_startup()
184 (screen_info.orig_video_mode == 0x12) || /* 640x480/4 */ in vgacon_startup()
185 (screen_info.orig_video_mode == 0x6A)) /* 800x600/4 (VESA) */ in vgacon_startup()
192 if (screen_info.orig_video_mode == 7) { in vgacon_startup()
/linux-6.3-rc2/arch/csky/kernel/
A Dsetup.c20 .orig_video_mode = 0,
/linux-6.3-rc2/arch/mips/sibyte/swarm/
A Dsetup.c135 .orig_video_mode = 3, in plat_mem_setup()
/linux-6.3-rc2/arch/x86/xen/
A Dvga.c18 screen_info->orig_video_mode = 3; in xen_init_vga()
/linux-6.3-rc2/arch/mips/mti-malta/
A Dmalta-setup.c169 .orig_video_mode = 0, in screen_info_setup()
/linux-6.3-rc2/arch/arm/kernel/
A Datags_parse.c78 screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
A Dsetup.c943 .orig_video_mode = 0,
/linux-6.3-rc2/arch/riscv/kernel/
A Dsetup.c44 .orig_video_mode = 0,
/linux-6.3-rc2/drivers/video/fbdev/
A Dvga16fb.c195 if (si->orig_video_mode != 0x0D && /* 320x200/4 (EGA) */ in check_mode_supported()
196 si->orig_video_mode != 0x0E && /* 640x200/4 (EGA) */ in check_mode_supported()
197 si->orig_video_mode != 0x10 && /* 640x350/4 (EGA) */ in check_mode_supported()
198 si->orig_video_mode != 0x12) /* 640x480/4 (VGA) */ in check_mode_supported()
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dmisc.c369 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
/linux-6.3-rc2/arch/ia64/kernel/
A Dsetup.c525 screen_info.orig_video_mode = 3; /* XXX fake */ in screen_info_setup()

Completed in 23 milliseconds