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

/linux-master/arch/x86/boot/
H A Dvideo-bios.c50 if (new_mode != boot_params.screen_info.orig_video_mode) {
54 ireg.ax = boot_params.screen_info.orig_video_mode;
67 u8 saved_mode = boot_params.screen_info.orig_video_mode;
H A Dvideo.c51 boot_params.screen_info.orig_video_mode = oreg.al & 0x7f;
74 if (boot_params.screen_info.orig_video_mode == 0x07) {
/linux-master/drivers/video/
H A Dscreen_info_generic.c105 if (__screen_info_has_ega_gfx(si->orig_video_mode))
115 if (__screen_info_has_vga_gfx(si->orig_video_mode))
/linux-master/include/uapi/linux/
H A Dscreen_info.h16 __u8 orig_video_mode; /* 0x06 */ member in struct:screen_info
/linux-master/include/linux/
H A Dscreen_info.h100 if (si->orig_video_mode == 0x07) {
/linux-master/arch/mips/sibyte/swarm/
H A Dsetup.c119 .orig_video_mode = 3,
/linux-master/arch/x86/xen/
H A Dvga.c16 screen_info->orig_video_mode = 3;
/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c169 .orig_video_mode = 0,
/linux-master/drivers/video/console/
H A Dvgacon.c208 if ((vga_si->orig_video_mode == 0x0D) || /* 320x200/4 */
209 (vga_si->orig_video_mode == 0x0E) || /* 640x200/4 */
210 (vga_si->orig_video_mode == 0x10) || /* 640x350/4 */
211 (vga_si->orig_video_mode == 0x12) || /* 640x480/4 */
212 (vga_si->orig_video_mode == 0x6A)) /* 800x600/4 (VESA) */
219 if (vga_si->orig_video_mode == 7) {
/linux-master/arch/arm/kernel/
H A Datags_parse.c78 vgacon_screen_info.orig_video_mode = tag->u.videotext.video_mode;
H A Dsetup.c935 .orig_video_mode = 0,
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c422 if (boot_params_ptr->screen_info.orig_video_mode == 7) {
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c193 if (si->orig_video_mode != 0x0D && /* 320x200/4 (EGA) */
194 si->orig_video_mode != 0x0E && /* 640x200/4 (EGA) */
195 si->orig_video_mode != 0x10 && /* 640x350/4 (EGA) */
196 si->orig_video_mode != 0x12) /* 640x480/4 (VGA) */

Completed in 182 milliseconds