2.6.36-stable review patch. If anyone has any objections, please let us know.
------------------ From: Chris Wilson <[email protected]> commit 448f53a1ede54eb854d036abf54573281412d650 upstream. Fixes the lack of output on the LVDS panel of the Lenovo U160. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31596 Reported-and-tested-by: Dirk Gouders <[email protected]> Signed-off-by: Chris Wilson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/gpu/drm/i915/intel_bios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/i915/intel_bios.c +++ b/drivers/gpu/drm/i915/intel_bios.c @@ -276,7 +276,7 @@ parse_general_features(struct drm_i915_p general->ssc_freq ? 66 : 48; else if (IS_IRONLAKE(dev_priv->dev) || IS_GEN6(dev)) dev_priv->lvds_ssc_freq = - general->ssc_freq ? 100 : 120; + general->ssc_freq ? 120 : 100; else dev_priv->lvds_ssc_freq = general->ssc_freq ? 100 : 96; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
