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_I945_CHIP_H
4 #define NORTHBRIDGE_INTEL_I945_CHIP_H
5 
7 
9  /* In units of 100us timer */
10  /* Timings as defined in VESA Notebook Panel Standard */
11  u16 gpu_panel_power_up_delay; /* T1+T2 time sequence */
12  u16 gpu_panel_power_down_delay; /* T3 time sequence */
13  u16 gpu_panel_power_backlight_on_delay; /* T5 time sequence */
14  u16 gpu_panel_power_backlight_off_delay; /* Tx time sequence */
15  /* In units of 0.1s */
17 
23 };
24 
25 #endif /* NORTHBRIDGE_INTEL_I945_CHIP_H */
uint32_t u32
Definition: stdint.h:51
uint16_t u16
Definition: stdint.h:48
uint8_t u8
Definition: stdint.h:45
struct i915_gpu_controller_info gfx
Definition: chip.h:21
u16 gpu_panel_power_backlight_on_delay
Definition: chip.h:13
u16 gpu_panel_power_backlight_off_delay
Definition: chip.h:14
int gpu_lvds_use_spread_spectrum_clock
Definition: chip.h:20