Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_VLFB (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/firmware/
Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI) in sysfb_parse_mode()
91 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
Dsysfb.c95 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
/linux-5.19.10/include/uapi/linux/
Dscreen_info.h56 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */ macro
/linux-5.19.10/arch/x86/xen/
Dvga.c44 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
/linux-5.19.10/arch/x86/boot/
Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
/linux-5.19.10/drivers/video/fbdev/
Dvesafb.c257 if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
/linux-5.19.10/drivers/video/fbdev/intelfb/
Dintelfbdrv.c792 screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) { in intelfb_pci_register()
803 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB) in intelfb_pci_register()
/linux-5.19.10/drivers/video/console/
Dvgacon.c164 if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()
/linux-5.19.10/drivers/video/fbdev/sis/
Dsis_main.c266 if(screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) return; in sisfb_get_vga_mode_from_kernel()