Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/x86/kernel/
Dsysfb.c61 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init()
63 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
Dsysfb_efi.c160 if (screen_info.orig_video_isVGA == 0) in efifb_set_system()
161 screen_info.orig_video_isVGA = VIDEO_TYPE_EFI; in efifb_set_system()
166 screen_info.orig_video_isVGA = 0; in efifb_set_system()
236 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || in sysfb_apply_efi_quirks()
Dsysfb_simplefb.c38 type = si->orig_video_isVGA; in parse_mode()
94 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in create_simplefb()
Dearly_printk.c368 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
/Linux-v4.19/arch/x86/xen/
Dvga.c19 screen_info->orig_video_isVGA = 1; in xen_init_vga()
44 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
61 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
Denlighten_pv.c1390 if (!boot_params.screen_info.orig_video_isVGA) in xen_start_kernel()
1393 if (boot_params.screen_info.orig_video_isVGA) in xen_start_kernel()
/Linux-v4.19/arch/mips/loongson64/common/
Dsetup.c48 .orig_video_isVGA = VIDEO_TYPE_VGAC, in plat_mem_setup()
/Linux-v4.19/arch/ia64/dig/
Dsetup.c69 screen_info.orig_video_isVGA = 1; /* XXX fake */ in dig_setup()
/Linux-v4.19/drivers/firmware/efi/
Darm-init.c83 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && in init_screen_info()
274 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in register_gop_device()
/Linux-v4.19/include/uapi/linux/
Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member
/Linux-v4.19/arch/mips/sibyte/swarm/
Dsetup.c154 .orig_video_isVGA = 0x22, in plat_mem_setup()
/Linux-v4.19/drivers/firmware/efi/libstub/
Dgop.c183 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop32()
301 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop64()
/Linux-v4.19/arch/mips/sni/
Dsetup.c52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-setup.c204 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/Linux-v4.19/arch/x86/boot/
Dvideo-vga.c270 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
Dvideo-vesa.c212 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
/Linux-v4.19/arch/riscv/kernel/
Dsetup.c69 .orig_video_isVGA = 1,
/Linux-v4.19/arch/arm/kernel/
Datags_parse.c84 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
/Linux-v4.19/drivers/video/fbdev/
Defifb.c360 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || pci_dev_disabled) in efifb_probe()
653 if (efifb_pci_dev || screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_fixup_resources()
Dvesafb.c249 if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
/Linux-v4.19/arch/xtensa/kernel/
Dsetup.c56 .orig_video_isVGA = 1,
/Linux-v4.19/drivers/video/console/
Dvgacon.c395 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()
396 screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()
470 if (!screen_info.orig_video_isVGA) { in vgacon_startup()
/Linux-v4.19/arch/ia64/sn/kernel/
Dsetup.c120 .orig_video_isVGA = 1,
/Linux-v4.19/arch/powerpc/kernel/
Dsetup-common.c109 .orig_video_isVGA = 1,
/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfbdrv.c793 screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) { in intelfb_pci_register()
804 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB) in intelfb_pci_register()

12