| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| 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() 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 D | sysfb.c | 57 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 D | sysfb_simplefb.c | 34 type = si->orig_video_isVGA; in parse_mode() 90 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in create_simplefb()
|
| H A D | early_printk.c | 374 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H 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() 61 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
|
| H A D | enlighten_pv.c | 1403 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 D | screen_info.h | 22 __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 D | efi-init.c | 82 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 D | earlycon.c | 214 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efi_earlycon_setup()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | screen_info.h | 23 __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 D | screen_info.h | 23 __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 D | screen_info.h | 23 __u8 orig_video_isVGA; /* 0x0f */ member
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | setup.c | 40 .orig_video_isVGA = 1,
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | setup.c | 22 .orig_video_isVGA = 1,
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/ |
| H A D | setup.c | 141 .orig_video_isVGA = 0x22, in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/sni/ |
| H A D | setup.c | 52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/mti-malta/ |
| H A D | malta-setup.c | 189 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | atags_parse.c | 82 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | efifb.c | 350 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 D | vga16fb.c | 193 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 D | vgacon.c | 187 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 D | pci_rom.c | 213 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in setup_video()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | setup.c | 55 .orig_video_isVGA = 1,
|