aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/chip.h
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-16 03:35:33 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-08-16 09:43:41 +0200
commit880101121e0cef5df3afda075809e2fbacf68ffe (patch)
treecdce8ec81a3b0c37e0e14f34c7077ce057becaa6 /src/northbridge/intel/gm45/chip.h
parent905e6f2b56c9a87418e35c8d2f2decdeb7e0b56d (diff)
intel/gm45: native gfx init.
Tested on lenovo X200 in both text and gfx mode. Change-Id: I273971d0f34ca3529959d4228e9516775459b806 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6682 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/intel/gm45/chip.h')
-rw-r--r--src/northbridge/intel/gm45/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/chip.h b/src/northbridge/intel/gm45/chip.h
index 60eed4dbc2..90a0e1ecd1 100644
--- a/src/northbridge/intel/gm45/chip.h
+++ b/src/northbridge/intel/gm45/chip.h
@@ -22,6 +22,10 @@
#define NORTHBRIDGE_INTEL_GM45_CHIP_H
struct northbridge_intel_gm45_config {
+ int gpu_use_spread_spectrum_clock;
+ int gpu_lvds_dual_channel;
+ int gpu_link_frequency_270_mhz;
+ int gpu_lvds_num_lanes;
};
#endif /* NORTHBRIDGE_INTEL_GM45_CHIP_H */