Home
last modified time | relevance | path

Searched refs:orig_video_isVGA (Results 1 – 23 of 23) sorted by relevance

/linux/include/linux/
H A Dscreen_info.h97 if (!si->orig_video_isVGA) in screen_info_video_type()
101 type = __screen_info_video_type(si->orig_video_isVGA); in screen_info_video_type()
103 return si->orig_video_isVGA; in screen_info_video_type()
119 if (si->orig_video_isVGA) in screen_info_video_type()
/linux/drivers/firmware/
H A Dsysfb.c155 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init()
157 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
159 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init()
161 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC) in sysfb_init()
H A Dsysfb_simplefb.c34 type = si->orig_video_isVGA; in sysfb_parse_mode()
125 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
/linux/drivers/firmware/efi/
H A Dsysfb_efi.c159 if (screen_info.orig_video_isVGA == 0) in efifb_set_system()
160 screen_info.orig_video_isVGA = VIDEO_TYPE_EFI; in efifb_set_system()
165 screen_info.orig_video_isVGA = 0; in efifb_set_system()
354 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || in sysfb_apply_efi_quirks()
358 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && in sysfb_apply_efi_quirks()
370 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && IS_ENABLED(CONFIG_PCI)) { in sysfb_set_efifb_fwnode()
H A Dearlycon.c235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) { in efi_earlycon_setup()
/linux/arch/x86/xen/
H A Dvga.c17 screen_info->orig_video_isVGA = 1; in xen_init_vga()
42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
67 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
H A Denlighten.c232 if (!boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
235 if (boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
/linux/include/uapi/linux/
H A Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c124 .orig_video_isVGA = 0x22,
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/linux/arch/mips/sni/
H A Dsetup.c52 si.orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/linux/arch/x86/boot/
H A Dvideo-vga.c268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
H A Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
/linux/arch/arm/kernel/
H A Datags_parse.c82 vgacon_screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
H A Dsetup.c937 .orig_video_isVGA = 1,
/linux/drivers/video/console/
H A Dvgacon.c191 vga_si->orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()
192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()
266 if (!vga_si->orig_video_isVGA) { in vgacon_startup()
/linux/arch/x86/kernel/
H A Dearly_printk.c374 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
/linux/drivers/video/fbdev/
H A Dvga16fb.c189 if (si->orig_video_isVGA != VIDEO_TYPE_EGAC && in check_mode_supported()
190 si->orig_video_isVGA != VIDEO_TYPE_VGAC) in check_mode_supported()
1341 par->isVGA = si->orig_video_isVGA == VIDEO_TYPE_VGAC; in vga16fb_probe()
H A Dvesafb.c271 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
H A Defifb.c374 if (si->orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_probe()
/linux/drivers/firmware/efi/libstub/
H A Dgop.c534 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop()
H A Dx86-stub.c468 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_uga()
/linux/arch/alpha/kernel/
H A Dsetup.c146 .orig_video_isVGA = 1,