Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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()
/linux-6.12.1/drivers/firmware/
Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI) in sysfb_parse_mode()
125 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
Dsysfb.c157 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_init()
/linux-6.12.1/include/uapi/linux/
Dscreen_info.h56 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */ macro
/linux-6.12.1/drivers/video/
Dscreen_info_generic.c121 case VIDEO_TYPE_VLFB: in screen_info_resources()
/linux-6.12.1/arch/x86/xen/
Dvga.c42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
/linux-6.12.1/arch/x86/boot/
Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
/linux-6.12.1/drivers/video/fbdev/
Dvesafb.c271 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
/linux-6.12.1/drivers/video/console/
Dvgacon.c191 vga_si->orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()