/linux-6.3-rc2/drivers/firmware/ |
A D | sysfb.c | 93 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init() 95 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init() 97 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init() 99 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC) in sysfb_init()
|
A D | sysfb_simplefb.c | 34 type = si->orig_video_isVGA; in sysfb_parse_mode() 122 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
|
/linux-6.3-rc2/drivers/firmware/efi/ |
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() 346 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || in sysfb_apply_efi_quirks() 350 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && in sysfb_apply_efi_quirks() 359 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && IS_ENABLED(CONFIG_PCI)) { in sysfb_apply_efi_quirks()
|
A D | earlycon.c | 225 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efi_earlycon_setup()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | vga.c | 19 screen_info->orig_video_isVGA = 1; in xen_init_vga() 44 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga() 69 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
|
A D | enlighten.c | 232 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-6.3-rc2/include/uapi/linux/ |
A D | screen_info.h | 23 __u8 orig_video_isVGA; /* 0x0f */ member
|
/linux-6.3-rc2/arch/csky/kernel/ |
A D | setup.c | 22 .orig_video_isVGA = 1,
|
/linux-6.3-rc2/arch/mips/sibyte/swarm/ |
A D | setup.c | 140 .orig_video_isVGA = 0x22, in plat_mem_setup()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | efi.c | 124 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in arm_efi_init()
|
A D | atags_parse.c | 82 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
|
/linux-6.3-rc2/arch/mips/mti-malta/ |
A D | malta-setup.c | 175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
|
/linux-6.3-rc2/arch/mips/sni/ |
A D | setup.c | 52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | video-vga.c | 268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
|
A D | video-vesa.c | 210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | setup.c | 46 .orig_video_isVGA = 1,
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | efifb.c | 370 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || pci_dev_disabled) in efifb_probe() 674 if (efifb_pci_dev || screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_fixup_resources()
|
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()
|
A D | vesafb.c | 260 if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
|
/linux-6.3-rc2/drivers/video/console/ |
A D | vgacon.c | 164 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup() 165 screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup() 239 if (!screen_info.orig_video_isVGA) { in vgacon_startup()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | early_printk.c | 374 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | setup.c | 56 .orig_video_isVGA = 1,
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | setup-common.c | 109 .orig_video_isVGA = 1,
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | gop.c | 534 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop()
|
A D | x86-stub.c | 391 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_uga()
|