aboutsummaryrefslogtreecommitdiff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/chip.h b/src/northbridge/intel/haswell/chip.h
index 098bc335f9..fdabc3fc9a 100644
--- a/src/northbridge/intel/haswell/chip.h
+++ b/src/northbridge/intel/haswell/chip.h
@@ -40,6 +40,8 @@ struct northbridge_intel_haswell_config {
u32 gpu_cpu_backlight; /* CPU Backlight PWM value */
u32 gpu_pch_backlight; /* PCH Backlight PWM value */
+ bool gpu_ddi_e_connected;
+
struct i915_gpu_controller_info gfx;
};