Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/x86/kernel/
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()
272 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || in sysfb_apply_efi_quirks()
276 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && in sysfb_apply_efi_quirks()
H A Dsysfb.c57 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init()
59 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
H A Dsysfb_simplefb.c34 type = si->orig_video_isVGA; in parse_mode()
90 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in create_simplefb()
H A Dearly_printk.c374 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A 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()
H A Denlighten_pv.c1403 if (!boot_params.screen_info.orig_video_isVGA) in xen_start_kernel()
1406 if (boot_params.screen_info.orig_video_isVGA) in xen_start_kernel()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dscreen_info.h22 __u8 orig_video_isVGA; /* 0x0f */ member
80 #define ORIG_VIDEO_ISVGA (screen_info.orig_video_isVGA)
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi-init.c82 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && in init_screen_info()
349 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in register_gop_device()
H A Dearlycon.c214 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efi_earlycon_setup()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c40 .orig_video_isVGA = 1,
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsetup.c22 .orig_video_isVGA = 1,
/OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/
H A Dsetup.c141 .orig_video_isVGA = 0x22, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Dsetup.c52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-setup.c189 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_parse.c82 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Defifb.c350 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || pci_dev_disabled) in efifb_probe()
647 if (efifb_pci_dev || screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_fixup_resources()
H A Dvga16fb.c193 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EGAC && in check_mode_supported()
194 screen_info.orig_video_isVGA != VIDEO_TYPE_VGAC) in check_mode_supported()
1354 par->isVGA = screen_info.orig_video_isVGA; in vga16fb_probe()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c187 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()
188 screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()
262 if (!screen_info.orig_video_isVGA) { in vgacon_startup()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c213 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in setup_video()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsetup.c55 .orig_video_isVGA = 1,

12