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

#include <chip.h>

Collaboration diagram for soc_intel_broadwell_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
 
int cdclk
 
struct i915_gpu_controller_info gfx
 

Detailed Description

Definition at line 9 of file chip.h.

Field Documentation

◆ cdclk

int soc_intel_broadwell_config::cdclk

Definition at line 31 of file chip.h.

Referenced by igd_cdclk_init(), igd_get_cdclk_broadwell(), and igd_get_cdclk_haswell().

◆ gfx

struct i915_gpu_controller_info soc_intel_broadwell_config::gfx

Definition at line 31 of file chip.h.

◆ gpu_dp_b_hotplug

u8 soc_intel_broadwell_config::gpu_dp_b_hotplug

Definition at line 17 of file chip.h.

Referenced by gma_setup_panel().

◆ gpu_dp_c_hotplug

u8 soc_intel_broadwell_config::gpu_dp_c_hotplug

Definition at line 18 of file chip.h.

Referenced by gma_setup_panel().

◆ gpu_dp_d_hotplug

u8 soc_intel_broadwell_config::gpu_dp_d_hotplug

Definition at line 19 of file chip.h.

Referenced by gma_setup_panel().

◆ panel_cfg

struct i915_gpu_panel_config soc_intel_broadwell_config::panel_cfg

Definition at line 19 of file chip.h.

Referenced by gma_setup_panel().


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