aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/nehalem/chip.h')
-rw-r--r--src/northbridge/intel/nehalem/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/chip.h b/src/northbridge/intel/nehalem/chip.h
index 3164035d82..95f8b5f021 100644
--- a/src/northbridge/intel/nehalem/chip.h
+++ b/src/northbridge/intel/nehalem/chip.h
@@ -38,5 +38,10 @@ struct northbridge_intel_nehalem_config {
u32 gpu_cpu_backlight; /* CPU Backlight PWM value */
u32 gpu_pch_backlight; /* PCH Backlight PWM value */
+
+ int gpu_use_spread_spectrum_clock;
+ int gpu_lvds_dual_channel;
+ int gpu_link_frequency_270_mhz;
+ int gpu_lvds_num_lanes;
};