coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
hybrid_graphics.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _DRIVERS_LENOVO_HYBRID_GRAPHICS_H_
4 #define _DRIVERS_LENOVO_HYBRID_GRAPHICS_H_
5 
6 void early_hybrid_graphics(bool *enable_igd, bool *enable_peg);
7 
8 #endif /* _DRIVERS_LENOVO_HYBRID_GRAPHICS_CHIP_H_ */
void early_hybrid_graphics(bool *enable_igd, bool *enable_peg)
Definition: romstage.c:17
static void enable_igd(const sysinfo_t *const sysinfo, const int no_peg)
Definition: igd.c:16