/openbmc/linux/drivers/firmware/ |
H A D | sysfb.c | 97 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init() 99 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init() 101 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init() 103 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC) in sysfb_init()
|
H A D | sysfb_simplefb.c | 34 type = si->orig_video_isVGA; in sysfb_parse_mode() 124 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
|
/openbmc/linux/include/linux/ |
H A D | screen_info.h | 97 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()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | sysfb_efi.c | 159 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 D | earlycon.c | 235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) { in efi_earlycon_setup()
|
/openbmc/linux/arch/x86/xen/ |
H A D | vga.c | 18 screen_info->orig_video_isVGA = 1; in xen_init_vga() 43 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga() 68 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
|
H A D | enlighten.c | 237 if (!boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles() 240 if (boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
|
/openbmc/u-boot/include/linux/ |
H A D | screen_info.h | 22 __u8 orig_video_isVGA; /* 0x0f */ member 80 #define ORIG_VIDEO_ISVGA (screen_info.orig_video_isVGA)
|
/openbmc/linux/include/uapi/linux/ |
H A D | screen_info.h | 23 __u8 orig_video_isVGA; /* 0x0f */ member
|
/openbmc/linux/arch/csky/kernel/ |
H A D | setup.c | 22 .orig_video_isVGA = 1,
|
/openbmc/linux/arch/mips/sibyte/swarm/ |
H A D | setup.c | 140 .orig_video_isVGA = 0x22, in plat_mem_setup()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | efi.c | 126 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in arm_efi_init()
|
H A D | atags_parse.c | 82 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-setup.c | 175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
|
/openbmc/linux/arch/mips/sni/ |
H A D | setup.c | 52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
|
/openbmc/linux/arch/x86/boot/ |
H A D | video-vga.c | 268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
|
H A D | video-vesa.c | 210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | efifb.c | 368 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || pci_dev_disabled) in efifb_probe() 662 if (efifb_pci_dev || screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_fixup_resources()
|
H A D | vga16fb.c | 191 if (si->orig_video_isVGA != VIDEO_TYPE_EGAC && in check_mode_supported() 192 si->orig_video_isVGA != VIDEO_TYPE_VGAC) in check_mode_supported() 1342 par->isVGA = si->orig_video_isVGA == VIDEO_TYPE_VGAC; in vga16fb_probe() 1345 par->isVGA = si->orig_video_isVGA; in vga16fb_probe()
|
H A D | vesafb.c | 259 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
|
/openbmc/linux/drivers/video/console/ |
H A D | vgacon.c | 156 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup() 157 screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup() 231 if (!screen_info.orig_video_isVGA) { in vgacon_startup()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 374 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_rom.c | 212 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in setup_video()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | setup.c | 58 .orig_video_isVGA = 1,
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | gop.c | 534 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop()
|