Searched refs:VIDEO_TYPE_VLFB (Results 1 – 10 of 10) sorted by relevance
20 return (type == VIDEO_TYPE_VLFB) || (type == VIDEO_TYPE_EFI); in __screen_info_has_lfb()48 if (type == VIDEO_TYPE_VLFB) in __screen_info_lfb_size()71 case VIDEO_TYPE_VLFB: in __screen_info_video_type()
35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI) in sysfb_parse_mode()96 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB) in sysfb_create_simplefb()
185 case VIDEO_TYPE_VLFB: in sysfb_init()
123 case VIDEO_TYPE_VLFB: in screen_info_resources()229 case VIDEO_TYPE_VLFB: in screen_info_pixel_format()
56 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */ macro
42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()
210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
273 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB) in vesafb_probe()
418 if (screen_info_video_type(si) != VIDEO_TYPE_VLFB) in vesadrm_device_create()
191 vga_si->orig_video_isVGA == VIDEO_TYPE_VLFB || in vgacon_startup()