aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/chip.h
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-02-19 22:18:08 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-03-04 00:41:05 +0100
commit131573056fc12a629f7db0da14d8c50d8d156247 (patch)
tree65c51643c6ff7a1822109d5414cb7edb9263106f /src/northbridge/intel/nehalem/chip.h
parent1b12ef1ac3bb45a315622dd82d16d3397a74d56f (diff)
nehalem: Replace video init.
Old video init just replayed the sequence. This one actually computes the values. Change-Id: Ic1fe7a2e90dc2cc36ac0d8bcea5cfabc583f09a3 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/5270 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
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;
};