summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/chip.h')
-rw-r--r--src/northbridge/intel/haswell/chip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/chip.h b/src/northbridge/intel/haswell/chip.h
index 99102b6770..274e549e2d 100644
--- a/src/northbridge/intel/haswell/chip.h
+++ b/src/northbridge/intel/haswell/chip.h
@@ -4,6 +4,14 @@
#define NORTHBRIDGE_INTEL_HASWELL_CHIP_H
#include <drivers/intel/gma/gma.h>
+#include <types.h>
+
+struct peg_config {
+ bool is_onboard;
+ uint8_t power_limit_scale;
+ uint8_t power_limit_value;
+ uint16_t phys_slot_number;
+};
/*
* Digital Port Hotplug Enable:
@@ -20,6 +28,8 @@ struct northbridge_intel_haswell_config {
/* IGD panel configuration */
struct i915_gpu_panel_config panel_cfg;
+ struct peg_config peg_cfg[3];
+
bool gpu_ddi_e_connected;
bool ec_present;