Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/efi/
H A Dsysfb_efi.c161 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()
/linux-6.15/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()
/linux-6.15/include/uapi/linux/
H A Dscreen_info.h69 #define VIDEO_TYPE_EFI 0x70 /* EFI graphic mode */ macro
/linux-6.15/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()
/linux-6.15/drivers/firmware/
H A Dsysfb.c174 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()
/linux-6.15/arch/x86/xen/
H A Dvga.c67 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
/linux-6.15/drivers/firmware/efi/libstub/
H A Dgop.c481 si->orig_video_isVGA = VIDEO_TYPE_EFI; in efi_setup_gop()
/linux-6.15/drivers/video/fbdev/
H A Defifb.c372 if (si->orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_probe()
/linux-6.15/drivers/video/console/
H A Dvgacon.c192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()