Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/firmware/
Dsysfb.c95 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init()
97 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
99 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init()
101 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC) in sysfb_init()
Dsysfb_simplefb.c34 type = si->orig_video_isVGA; in sysfb_parse_mode()
124 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
/linux-6.6.21/drivers/firmware/efi/
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()
Dearlycon.c235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) { in efi_earlycon_setup()
/linux-6.6.21/arch/x86/xen/
Dvga.c18 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()
Denlighten.c236 if (!boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
239 if (boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
/linux-6.6.21/include/uapi/linux/
Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member
/linux-6.6.21/arch/csky/kernel/
Dsetup.c22 .orig_video_isVGA = 1,
/linux-6.6.21/arch/mips/sibyte/swarm/
Dsetup.c140 .orig_video_isVGA = 0x22, in plat_mem_setup()
/linux-6.6.21/arch/arm/kernel/
Defi.c126 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in arm_efi_init()
Datags_parse.c82 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
/linux-6.6.21/arch/mips/mti-malta/
Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/linux-6.6.21/arch/mips/sni/
Dsetup.c52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/linux-6.6.21/arch/x86/boot/
Dvideo-vga.c268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
/linux-6.6.21/arch/riscv/kernel/
Dsetup.c49 .orig_video_isVGA = 1,
/linux-6.6.21/drivers/video/fbdev/
Defifb.c368 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || pci_dev_disabled) in efifb_probe()
669 if (efifb_pci_dev || screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_fixup_resources()
Dvga16fb.c191 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()
Dvesafb.c258 if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
/linux-6.6.21/drivers/video/console/
Dvgacon.c156 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()
/linux-6.6.21/arch/x86/kernel/
Dearly_printk.c374 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
/linux-6.6.21/arch/xtensa/kernel/
Dsetup.c58 .orig_video_isVGA = 1,
/linux-6.6.21/drivers/firmware/efi/libstub/
Dgop.c534 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop()
/linux-6.6.21/arch/powerpc/kernel/
Dsetup-common.c109 .orig_video_isVGA = 1,
/linux-6.6.21/arch/ia64/kernel/
Dsetup.c526 screen_info.orig_video_isVGA = 1; /* XXX fake */ in screen_info_setup()

12