Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_EFI (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/include/linux/
H A Dscreen_info.h19 return (type == VIDEO_TYPE_VLFB) || (type == VIDEO_TYPE_EFI); in __screen_info_has_lfb()
78 case VIDEO_TYPE_EFI: in __screen_info_video_type()
/openbmc/linux/drivers/firmware/efi/
H A Dsysfb_efi.c160 screen_info.orig_video_isVGA = VIDEO_TYPE_EFI; 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()
H A Dearlycon.c235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) { in efi_earlycon_setup()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h69 #define VIDEO_TYPE_EFI 0x70 /* EFI graphic mode */ macro
/openbmc/linux/drivers/firmware/
H A Dsysfb.c97 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init()
H A Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI) in sysfb_parse_mode()
/openbmc/u-boot/include/linux/
H A Dscreen_info.h67 #define VIDEO_TYPE_EFI 0x70 /* EFI graphic mode */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c122 case VIDEO_TYPE_EFI: in screen_info_resources()
H A Dscreen_info_pci.c62 if (type != VIDEO_TYPE_EFI) in screen_info_fixup_lfb()
/openbmc/linux/arch/arm/kernel/
H A Defi.c126 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in arm_efi_init()
/openbmc/linux/arch/x86/xen/
H A Dvga.c68 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
/openbmc/linux/drivers/video/fbdev/
H A Defifb.c368 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI || pci_dev_disabled) in efifb_probe()
662 if (efifb_pci_dev || screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_fixup_resources()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dgop.c534 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_gop()
H A Dx86-stub.c403 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_uga()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c157 screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()