coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
int15.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
4 
5 enum {
15 };
16 enum {
21 };
22 
23 enum {
28 };
29 
30 #if CONFIG(VGA_ROM_RUN)
31 /* Install custom int15 handler for VGA OPROM */
33 #else
34 static inline void install_intel_vga_int15_handler(int active_lfp, int pfit, int display, int panel_type) {}
35 #endif
static int pfit
Definition: int15.c:9
static int active_lfp
Definition: int15.c:9
static int panel_type
Definition: int15.c:9
@ GMA_INT15_BOOT_DISPLAY_EFP2
Definition: int15.h:13
@ GMA_INT15_BOOT_DISPLAY_LFP
Definition: int15.h:10
@ GMA_INT15_BOOT_DISPLAY_DEFAULT
Definition: int15.h:6
@ GMA_INT15_BOOT_DISPLAY_EFP
Definition: int15.h:9
@ GMA_INT15_BOOT_DISPLAY_TV2
Definition: int15.h:12
@ GMA_INT15_BOOT_DISPLAY_CRT2
Definition: int15.h:11
@ GMA_INT15_BOOT_DISPLAY_LFP2
Definition: int15.h:14
@ GMA_INT15_BOOT_DISPLAY_TV
Definition: int15.h:8
@ GMA_INT15_BOOT_DISPLAY_CRT
Definition: int15.h:7
@ GMA_INT15_ACTIVE_LFP_EDP
Definition: int15.h:27
@ GMA_INT15_ACTIVE_LFP_SVDO_LVDS
Definition: int15.h:26
@ GMA_INT15_ACTIVE_LFP_INT_LVDS
Definition: int15.h:25
@ GMA_INT15_ACTIVE_LFP_NONE
Definition: int15.h:24
@ GMA_INT15_PANEL_FIT_GFX_STRETCH
Definition: int15.h:20
@ GMA_INT15_PANEL_FIT_DEFAULT
Definition: int15.h:17
@ GMA_INT15_PANEL_FIT_CENTERING
Definition: int15.h:18
@ GMA_INT15_PANEL_FIT_TXT_STRETCH
Definition: int15.h:19
static void install_intel_vga_int15_handler(int active_lfp, int pfit, int display, int panel_type)
Definition: int15.h:34
int intel_vga_int15_handler(void)
Definition: int15.c:11
static const PCI_SUBCLASS display[]
Definition: pci_class.c:51