Home
last modified time | relevance | path

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

/openbmc/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()
H 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()
/openbmc/u-boot/include/linux/
H A Dscreen_info.h15 __u8 orig_video_mode; /* 0x06 */ member
76 #define ORIG_VIDEO_MODE (screen_info.orig_video_mode)
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c105 if (__screen_info_has_ega_gfx(si->orig_video_mode)) in screen_info_resources()
115 if (__screen_info_has_vga_gfx(si->orig_video_mode)) in screen_info_resources()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h16 __u8 orig_video_mode; /* 0x06 */ member
/openbmc/linux/drivers/video/console/
H A Dvgacon.c173 if ((screen_info.orig_video_mode == 0x0D) || /* 320x200/4 */ in vgacon_startup()
174 (screen_info.orig_video_mode == 0x0E) || /* 640x200/4 */ in vgacon_startup()
175 (screen_info.orig_video_mode == 0x10) || /* 640x350/4 */ in vgacon_startup()
176 (screen_info.orig_video_mode == 0x12) || /* 640x480/4 */ in vgacon_startup()
177 (screen_info.orig_video_mode == 0x6A)) /* 800x600/4 (VESA) */ in vgacon_startup()
184 if (screen_info.orig_video_mode == 7) { in vgacon_startup()
/openbmc/linux/arch/csky/kernel/
H A Dsetup.c20 .orig_video_mode = 0,
/openbmc/linux/arch/mips/sibyte/swarm/
H A Dsetup.c135 .orig_video_mode = 3, in plat_mem_setup()
/openbmc/linux/include/linux/
H A Dscreen_info.h110 if (si->orig_video_mode == 0x07) { in screen_info_video_type()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-setup.c169 .orig_video_mode = 0, in screen_info_setup()
/openbmc/linux/arch/x86/xen/
H A Dvga.c17 screen_info->orig_video_mode = 3; in xen_init_vga()
/openbmc/linux/arch/arm/kernel/
H A Datags_parse.c78 screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
H A Dsetup.c936 .orig_video_mode = 0,
/openbmc/linux/drivers/video/fbdev/
H 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()
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c408 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c530 screen_info.orig_video_mode = 3; /* XXX fake */ in screen_info_setup()