From 26ca08caf81ad2dcc9c8246a743d82ffb464c767 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 1 Jun 2014 00:24:05 +0200 Subject: i945: Replace video gfx init. Old init was a replay not even meant to have been committed. This one really computes values and does its job. Tested on Macbook2,1 (1280x800) and X60 (1024x768). Change-Id: I61b6946c095fe06e20ae9a0db54696d0568225dd Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/5320 Reviewed-by: Francis Rowe Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/northbridge/intel/i945/chip.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/northbridge/intel/i945/chip.h (limited to 'src/northbridge/intel/i945/chip.h') diff --git a/src/northbridge/intel/i945/chip.h b/src/northbridge/intel/i945/chip.h new file mode 100644 index 0000000000..9e25ecc95c --- /dev/null +++ b/src/northbridge/intel/i945/chip.h @@ -0,0 +1,6 @@ +struct northbridge_intel_i945_config { + u32 gpu_hotplug; + u32 gpu_backlight; + int gpu_lvds_use_spread_spectrum_clock; + int gpu_lvds_is_dual_channel; +}; -- cgit v1.2.3