Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_VLFB (Results 1 – 13 of 13) 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()
47 if (type == VIDEO_TYPE_VLFB) in __screen_info_lfb_size()
70 case VIDEO_TYPE_VLFB: in __screen_info_video_type()
/openbmc/linux/drivers/firmware/
H A Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI) in sysfb_parse_mode()
124 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
H A Dsysfb.c99 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h56 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */ macro
/openbmc/u-boot/include/linux/
H A Dscreen_info.h54 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c121 case VIDEO_TYPE_VLFB: in screen_info_resources()
/openbmc/linux/arch/x86/xen/
H A Dvga.c43 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
/openbmc/linux/arch/x86/boot/
H A Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c212 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in setup_video()
/openbmc/linux/drivers/video/fbdev/
H A Dvesafb.c259 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c800 screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) { in intelfb_pci_register()
811 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB) in intelfb_pci_register()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c156 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c267 if(screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) return; in sisfb_get_vga_mode_from_kernel()