Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Dsysfb_efi.c160 si->orig_video_isVGA = VIDEO_TYPE_EFI; in efifb_set_system()
422 if (si->orig_video_isVGA != VIDEO_TYPE_EFI || in sysfb_apply_efi_quirks()
426 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_apply_efi_quirks()
432 if (si->orig_video_isVGA == VIDEO_TYPE_EFI && IS_ENABLED(CONFIG_PCI)) { in sysfb_set_efifb_fwnode()
H A Dearlycon.c236 if (si->orig_video_isVGA != VIDEO_TYPE_EFI) { in efi_earlycon_setup()
/linux/include/linux/
H A Dscreen_info.h20 return (type == VIDEO_TYPE_VLFB) || (type == VIDEO_TYPE_EFI); in __screen_info_has_lfb()
79 case VIDEO_TYPE_EFI: in __screen_info_video_type()
/linux/drivers/video/
H A Dscreen_info_generic.c124 case VIDEO_TYPE_EFI: in screen_info_resources()
230 case VIDEO_TYPE_EFI: in screen_info_pixel_format()
/linux/include/uapi/linux/
H A Dscreen_info.h69 #define VIDEO_TYPE_EFI 0x70 /* EFI graphic mode */ macro
/linux/drivers/firmware/
H A Dsysfb.c188 case 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/arch/x86/xen/
H A Dvga.c67 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
/linux/drivers/gpu/drm/sysfb/
H A Defidrm.c167 if (screen_info_video_type(si) != VIDEO_TYPE_EFI) in efidrm_device_create()
/linux/drivers/firmware/efi/libstub/
H A Dgop.c376 si->orig_video_isVGA = VIDEO_TYPE_EFI; in setup_screen_info()
/linux/drivers/video/fbdev/
H A Defifb.c374 if (si->orig_video_isVGA != VIDEO_TYPE_EFI) in efifb_probe()
/linux/drivers/video/console/
H A Dvgacon.c192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()