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

#include <chip.h>

Collaboration diagram for northbridge_intel_haswell_config:
Collaboration graph

Data Fields

u8 gpu_dp_b_hotplug
 
u8 gpu_dp_c_hotplug
 
u8 gpu_dp_d_hotplug
 
struct i915_gpu_panel_config panel_cfg
 
struct peg_config peg_cfg [3]
 
bool gpu_ddi_e_connected
 
bool ec_present
 
bool dq_pins_interleaved
 
bool usb_xhci_on_resume
 
struct i915_gpu_controller_info gfx
 

Detailed Description

Definition at line 23 of file chip.h.

Field Documentation

◆ dq_pins_interleaved

bool northbridge_intel_haswell_config::dq_pins_interleaved

Definition at line 37 of file chip.h.

Referenced by perform_raminit().

◆ ec_present

bool northbridge_intel_haswell_config::ec_present

Definition at line 35 of file chip.h.

Referenced by perform_raminit().

◆ gfx

struct i915_gpu_controller_info northbridge_intel_haswell_config::gfx

Definition at line 39 of file chip.h.

◆ gpu_ddi_e_connected

bool northbridge_intel_haswell_config::gpu_ddi_e_connected

Definition at line 33 of file chip.h.

Referenced by gma_setup_panel().

◆ gpu_dp_b_hotplug

u8 northbridge_intel_haswell_config::gpu_dp_b_hotplug

Definition at line 24 of file chip.h.

Referenced by gma_setup_panel().

◆ gpu_dp_c_hotplug

u8 northbridge_intel_haswell_config::gpu_dp_c_hotplug

Definition at line 25 of file chip.h.

Referenced by gma_setup_panel().

◆ gpu_dp_d_hotplug

u8 northbridge_intel_haswell_config::gpu_dp_d_hotplug

Definition at line 26 of file chip.h.

Referenced by gma_setup_panel().

◆ panel_cfg

struct i915_gpu_panel_config northbridge_intel_haswell_config::panel_cfg

Definition at line 26 of file chip.h.

Referenced by gma_setup_panel().

◆ peg_cfg

struct peg_config northbridge_intel_haswell_config::peg_cfg[3]

Definition at line 26 of file chip.h.

◆ usb_xhci_on_resume

bool northbridge_intel_haswell_config::usb_xhci_on_resume

Definition at line 39 of file chip.h.

Referenced by perform_raminit().


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