This is a note to let you know that I've just added the patch titled
drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks
to the 2.6.36-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-i915-bios-reverse-order-of-100-120-mhz-ssc-clocks.patch
and it can be found in the queue-2.6.36 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 448f53a1ede54eb854d036abf54573281412d650 Mon Sep 17 00:00:00 2001
From: Chris Wilson <[email protected]>
Date: Tue, 14 Dec 2010 20:06:20 +0000
Subject: drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks
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;
Patches currently in stable-queue which might be from [email protected]
are
queue-2.6.36/drm-i915-always-set-the-dp-transcoder-config-to-8bpc.patch
queue-2.6.36/drm-i915-bios-reverse-order-of-100-120-mhz-ssc-clocks.patch
queue-2.6.36/drm-i915-intel_ips-when-i915-loads-after-ips-make-ips-relink-to-i915.patch
queue-2.6.36/drm-i915-dp-fix-i2c-edid-handling-with-active-displayport-to-dvi-converter.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable