Searched refs:orig_video_isVGA (Results 1 - 23 of 23) sorted by relevance

/linux-master/include/linux/
H A Dscreen_info.h87 if (!si->orig_video_isVGA)
91 type = __screen_info_video_type(si->orig_video_isVGA);
93 return si->orig_video_isVGA;
109 if (si->orig_video_isVGA)
/linux-master/drivers/firmware/
H A Dsysfb.c144 if (si->orig_video_isVGA == VIDEO_TYPE_EFI)
146 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB)
148 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC)
150 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC)
H A Dsysfb_simplefb.c34 type = si->orig_video_isVGA;
125 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB)
/linux-master/arch/x86/xen/
H A Dvga.c17 screen_info->orig_video_isVGA = 1;
42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB;
67 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI;
H A Denlighten.c237 if (!boot_params.screen_info.orig_video_isVGA)
240 if (boot_params.screen_info.orig_video_isVGA)
/linux-master/drivers/firmware/efi/
H A Dsysfb_efi.c159 if (screen_info.orig_video_isVGA == 0)
160 screen_info.orig_video_isVGA = VIDEO_TYPE_EFI;
165 screen_info.orig_video_isVGA = 0;
354 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI ||
358 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI &&
370 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && IS_ENABLED(CONFIG_PCI)) {
H A Dearlycon.c235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) {
/linux-master/include/uapi/linux/
H A Dscreen_info.h23 __u8 orig_video_isVGA; /* 0x0f */ member in struct:screen_info
/linux-master/arch/mips/sibyte/swarm/
H A Dsetup.c124 .orig_video_isVGA = 0x22,
/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC,
/linux-master/arch/mips/sni/
H A Dsetup.c52 si.orig_video_isVGA = VIDEO_TYPE_VGAC;
/linux-master/arch/x86/boot/
H A Dvideo-vga.c268 boot_params.screen_info.orig_video_isVGA = 1;
H A Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB;
/linux-master/arch/arm/kernel/
H A Datags_parse.c82 vgacon_screen_info.orig_video_isVGA = tag->u.videotext.video_isvga;
H A Dsetup.c937 .orig_video_isVGA = 1,
/linux-master/arch/x86/kernel/
H A Dearly_printk.c374 boot_params.screen_info.orig_video_isVGA == 1) {
/linux-master/drivers/video/console/
H A Dvgacon.c191 vga_si->orig_video_isVGA == VIDEO_TYPE_VLFB ||
192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) {
266 if (!vga_si->orig_video_isVGA) {
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c189 if (si->orig_video_isVGA != VIDEO_TYPE_EGAC &&
190 si->orig_video_isVGA != VIDEO_TYPE_VGAC)
1341 par->isVGA = si->orig_video_isVGA == VIDEO_TYPE_VGAC;
H A Dvesafb.c271 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB)
H A Defifb.c372 if (si->orig_video_isVGA != VIDEO_TYPE_EFI)
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c534 si->orig_video_isVGA = VIDEO_TYPE_EFI;
H A Dx86-stub.c403 si->orig_video_isVGA = VIDEO_TYPE_EFI;
/linux-master/arch/alpha/kernel/
H A Dsetup.c146 .orig_video_isVGA = 1,

Completed in 245 milliseconds