drivers/intel/gma: Ditch link_frequency_270_mhz
setting
The `link_frequency_270_mhz` setting was originally used by the native graphics init code for Sandy/Ivy Bridge, which is long gone. The value of this information (which board had it set) is questionable. The only board that had an LVDS panel and set it to 0 was the ThinkPad L520, where native graphics init was never reported to work. Also, the native graphics init only used it for calculations, but never confi- gured the hardware to use a specific frequency. A look into the docu- mentation also doesn't reveal any straps that could be used to confi- gure it. Change-Id: Ieceaa13e4529096a8ba9036479fd84969faebd14 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39763 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -88,7 +88,6 @@ u32 gtt_read(u32 reg);
|
||||
struct i915_gpu_controller_info
|
||||
{
|
||||
int use_spread_spectrum_clock;
|
||||
int link_frequency_270_mhz;
|
||||
u32 backlight;
|
||||
int ndid;
|
||||
u32 did[5];
|
||||
|
@@ -1,6 +1,5 @@
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.did" = "{ 0x80000410, 0x80000320, 0x80000410, 0x80000410, 0x00000005 }"
|
||||
register "gfx.link_frequency_270_mhz" = "0"
|
||||
register "gfx.ndid" = "2"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gpu_cpu_backlight" = "0x00001312"
|
||||
|
@@ -14,7 +14,6 @@
|
||||
#
|
||||
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.link_frequency_270_mhz" = "0"
|
||||
register "gfx.use_spread_spectrum_clock" = "0"
|
||||
register "gpu_cpu_backlight" = "0x00000000"
|
||||
register "gpu_dp_b_hotplug" = "4"
|
||||
|
@@ -12,7 +12,6 @@
|
||||
|
||||
chip northbridge/intel/sandybridge # FIXME: check gfx.ndid and gfx.did
|
||||
register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gfx.ndid" = "3"
|
||||
register "gpu_dp_b_hotplug" = "4"
|
||||
register "gpu_dp_c_hotplug" = "4"
|
||||
|
@@ -16,7 +16,6 @@ chip northbridge/intel/sandybridge
|
||||
|
||||
# For native gfx
|
||||
register "gfx.use_spread_spectrum_clock" = "0"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x06100610"
|
||||
|
||||
|
@@ -14,7 +14,6 @@
|
||||
##
|
||||
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.link_frequency_270_mhz" = "0"
|
||||
register "gfx.use_spread_spectrum_clock" = "0"
|
||||
register "gpu_dp_b_hotplug" = "0"
|
||||
register "gpu_dp_c_hotplug" = "0"
|
||||
|
@@ -15,7 +15,6 @@
|
||||
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410 }"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gfx.ndid" = "3"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gpu_cpu_backlight" = "0x00000129"
|
||||
|
@@ -14,7 +14,6 @@
|
||||
##
|
||||
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.link_frequency_270_mhz" = "0"
|
||||
register "gfx.use_spread_spectrum_clock" = "0"
|
||||
register "gpu_dp_b_hotplug" = "0"
|
||||
register "gpu_dp_c_hotplug" = "0"
|
||||
|
@@ -1,6 +1,5 @@
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
|
||||
register "gfx.link_frequency_270_mhz" = "0"
|
||||
register "gfx.ndid" = "3"
|
||||
register "gfx.use_spread_spectrum_clock" = "0"
|
||||
register "gpu_cpu_backlight" = "0x00000000"
|
||||
|
@@ -1,6 +1,5 @@
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gfx.ndid" = "3"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gpu_cpu_backlight" = "0x00000060"
|
||||
|
@@ -31,7 +31,6 @@ chip northbridge/intel/ironlake
|
||||
register "gpu_cpu_backlight" = "0x58d"
|
||||
register "gpu_pch_backlight" = "0x061a061a"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
|
||||
device cpu_cluster 0 on
|
||||
chip cpu/intel/model_2065x
|
||||
|
@@ -14,7 +14,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2000" # T3: 200ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000" # T4: 200ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x06100610"
|
||||
|
||||
|
@@ -13,7 +13,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2000" # T3: 200ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000" # T4: 200ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x06100610"
|
||||
|
||||
|
@@ -13,7 +13,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2100" # T3: 210ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2100" # T4: 210ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x11551155"
|
||||
|
||||
|
@@ -13,7 +13,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2100" # T3: 210ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2100" # T4: 210ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x11551155"
|
||||
|
||||
|
@@ -14,7 +14,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2000" # T3: 200ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000" # T4: 200ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x06100610"
|
||||
|
||||
|
@@ -14,7 +14,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2000" # T3: 200ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000" # T4: 200ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x11551155"
|
||||
|
||||
|
@@ -14,7 +14,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2000" # T3: 200ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000" # T4: 200ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x11551155"
|
||||
|
||||
|
@@ -13,7 +13,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "3000"
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x11551155"
|
||||
|
||||
|
@@ -1,6 +1,5 @@
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gfx.ndid" = "3"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gpu_cpu_backlight" = "0x00001155"
|
||||
|
@@ -32,7 +32,6 @@ chip northbridge/intel/ironlake
|
||||
register "gpu_cpu_backlight" = "0x58d"
|
||||
register "gpu_pch_backlight" = "0x061a061a"
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
|
||||
device cpu_cluster 0 on
|
||||
chip cpu/intel/model_2065x
|
||||
|
@@ -14,7 +14,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2000" # T3: 200ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2000" # T4: 200ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x06100610"
|
||||
|
||||
|
@@ -14,7 +14,6 @@ chip northbridge/intel/sandybridge
|
||||
register "gpu_panel_power_backlight_on_delay" = "2100" # T3: 210ms
|
||||
register "gpu_panel_power_backlight_off_delay" = "2100" # T4: 210ms
|
||||
register "gfx.use_spread_spectrum_clock" = "1"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
register "gpu_cpu_backlight" = "0x1155"
|
||||
register "gpu_pch_backlight" = "0x11551155"
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
chip northbridge/intel/sandybridge
|
||||
register "gfx.link_frequency_270_mhz" = "0"
|
||||
device cpu_cluster 0x0 on
|
||||
chip cpu/intel/model_206ax
|
||||
register "c1_acpower" = "1"
|
||||
|
@@ -32,7 +32,6 @@ chip northbridge/intel/ironlake
|
||||
register "gpu_cpu_backlight" = "0x58d"
|
||||
register "gpu_pch_backlight" = "0x061a061a"
|
||||
register "gfx.use_spread_spectrum_clock" = "0"
|
||||
register "gfx.link_frequency_270_mhz" = "1"
|
||||
|
||||
device cpu_cluster 0 on
|
||||
chip cpu/intel/model_2065x
|
||||
|
Reference in New Issue
Block a user