Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/boot/
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()
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.12.1/drivers/video/
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()
/linux-6.12.1/drivers/video/console/
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-6.12.1/include/uapi/linux/
Dscreen_info.h16 __u8 orig_video_mode; /* 0x06 */ member
/linux-6.12.1/include/linux/
Dscreen_info.h110 if (si->orig_video_mode == 0x07) { in screen_info_video_type()
/linux-6.12.1/arch/mips/sibyte/swarm/
Dsetup.c119 .orig_video_mode = 3,
/linux-6.12.1/arch/x86/xen/
Dvga.c16 screen_info->orig_video_mode = 3; in xen_init_vga()
/linux-6.12.1/arch/mips/mti-malta/
Dmalta-setup.c169 .orig_video_mode = 0, in screen_info_setup()
/linux-6.12.1/arch/arm/kernel/
Datags_parse.c78 vgacon_screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
Dsetup.c935 .orig_video_mode = 0,
/linux-6.12.1/drivers/video/fbdev/
Dvga16fb.c193 if (si->orig_video_mode != 0x0D && /* 320x200/4 (EGA) */ in check_mode_supported()
194 si->orig_video_mode != 0x0E && /* 640x200/4 (EGA) */ in check_mode_supported()
195 si->orig_video_mode != 0x10 && /* 640x350/4 (EGA) */ in check_mode_supported()
196 si->orig_video_mode != 0x12) /* 640x480/4 (VGA) */ in check_mode_supported()
/linux-6.12.1/arch/x86/boot/compressed/
Dmisc.c422 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel()