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_GM45_CHIP_H
4 #define NORTHBRIDGE_INTEL_GM45_CHIP_H
5 
7 
9  u16 gpu_panel_power_up_delay; /* T1+T2 time sequence */
10  u16 gpu_panel_power_down_delay; /* T3 time sequence */
11  u16 gpu_panel_power_backlight_on_delay; /* T5 time sequence */
12  u16 gpu_panel_power_backlight_off_delay; /* Tx time sequence */
13  u8 gpu_panel_power_cycle_delay; /* T4 time sequence */
17 
18  /*
19  * Maximum PCI mmio size in MiB.
20  */
22 };
23 
24 #endif /* NORTHBRIDGE_INTEL_GM45_CHIP_H */
uint16_t u16
Definition: stdint.h:48
uint8_t u8
Definition: stdint.h:45
u16 gpu_panel_power_backlight_on_delay
Definition: chip.h:11
struct i915_gpu_controller_info gfx
Definition: chip.h:14
u16 gpu_panel_power_backlight_off_delay
Definition: chip.h:12