coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
northbridge_intel_ironlake_config Struct Reference

#include <chip.h>

Collaboration diagram for northbridge_intel_ironlake_config:
Collaboration graph

Public Types

enum  { PANEL_PORT_LVDS = 0 , PANEL_PORT_DP_A = 1 , PANEL_PORT_DP_C = 2 , PANEL_PORT_DP_D = 3 }
 

Data Fields

u8 gpu_dp_b_hotplug
 
u8 gpu_dp_c_hotplug
 
u8 gpu_dp_d_hotplug
 
enum northbridge_intel_ironlake_config:: { ... }  gpu_panel_port_select
 
u8 gpu_panel_power_cycle_delay
 
u16 gpu_panel_power_up_delay
 
u16 gpu_panel_power_down_delay
 
u16 gpu_panel_power_backlight_on_delay
 
u16 gpu_panel_power_backlight_off_delay
 
u32 gpu_cpu_backlight
 
u32 gpu_pch_backlight
 
struct i915_gpu_controller_info gfx
 

Detailed Description

Definition at line 15 of file chip.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PANEL_PORT_LVDS 
PANEL_PORT_DP_A 
PANEL_PORT_DP_C 
PANEL_PORT_DP_D 

Definition at line 20 of file chip.h.

Field Documentation

◆ gfx

struct i915_gpu_controller_info northbridge_intel_ironlake_config::gfx

Definition at line 34 of file chip.h.

Referenced by gma_func0_init().

◆ gpu_cpu_backlight

u32 northbridge_intel_ironlake_config::gpu_cpu_backlight

Definition at line 33 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_dp_b_hotplug

u8 northbridge_intel_ironlake_config::gpu_dp_b_hotplug

Definition at line 16 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_dp_c_hotplug

u8 northbridge_intel_ironlake_config::gpu_dp_c_hotplug

Definition at line 17 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_dp_d_hotplug

u8 northbridge_intel_ironlake_config::gpu_dp_d_hotplug

Definition at line 18 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ 

enum { ... } northbridge_intel_ironlake_config::gpu_panel_port_select

Referenced by gma_pm_init_post_vbios().

◆ gpu_panel_power_backlight_off_delay

u16 northbridge_intel_ironlake_config::gpu_panel_power_backlight_off_delay

Definition at line 31 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_panel_power_backlight_on_delay

u16 northbridge_intel_ironlake_config::gpu_panel_power_backlight_on_delay

Definition at line 30 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_panel_power_cycle_delay

u8 northbridge_intel_ironlake_config::gpu_panel_power_cycle_delay

Definition at line 27 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_panel_power_down_delay

u16 northbridge_intel_ironlake_config::gpu_panel_power_down_delay

Definition at line 29 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_panel_power_up_delay

u16 northbridge_intel_ironlake_config::gpu_panel_power_up_delay

Definition at line 28 of file chip.h.

Referenced by gma_pm_init_post_vbios().

◆ gpu_pch_backlight

u32 northbridge_intel_ironlake_config::gpu_pch_backlight

Definition at line 34 of file chip.h.

Referenced by gma_pm_init_post_vbios().


The documentation for this struct was generated from the following file: