coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H
4 #define NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H
5 
7 
9  /* GMA */
10  bool use_crt;
11  bool use_lvds;
14 };
15 
16 #endif /* NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H */
struct i915_gpu_controller_info gfx
Definition: chip.h:13