Re: Linux 2.6.37-rc8 (no fb)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jesse Barnes
Date: Wednesday, December 29, 2010 - 1:16 pm

On Wed, 29 Dec 2010 11:40:04 -0800
Linus Torvalds <torvalds@linux-foundation.org> wrote:


Randy, Jeff and Alex, does the below help at all?  If so, it may be the
minimal fix we want for 2.6.37.

diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm/i915/intel_bios
index 2b20786..d27d016 100644
--- a/drivers/gpu/drm/i915/intel_bios.c
+++ b/drivers/gpu/drm/i915/intel_bios.c
@@ -263,6 +263,9 @@ parse_general_features(struct drm_i915_private *dev_priv,
                dev_priv->int_tv_support = general->int_tv_support;
                dev_priv->int_crt_support = general->int_crt_support;
                dev_priv->lvds_use_ssc = general->enable_ssc;
+               /* force disable until we can parse this correctly */
+               if (IS_GEN5(dev) || IS_GEN6(dev))
+                       dev_priv->lvds_use_ssc = 0;
 
                if (dev_priv->lvds_use_ssc) {
                        if (IS_I85X(dev))


-- 
Jesse Barnes, Intel Open Source Technology Center
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.37-rc8, Linus Torvalds, (Tue Dec 28, 6:18 pm)
Re: Linux 2.6.37-rc8, Borislav Petkov, (Wed Dec 29, 4:18 am)
Re: Linux 2.6.37-rc8, Rafael J. Wysocki, (Wed Dec 29, 5:08 am)
Re: Linux 2.6.37-rc8 (no fb), Randy Dunlap, (Wed Dec 29, 11:21 am)
Re: Linux 2.6.37-rc8 (no fb), Linus Torvalds, (Wed Dec 29, 12:40 pm)
Re: Linux 2.6.37-rc8 (no fb), Jesse Barnes, (Wed Dec 29, 1:16 pm)
Re: Linux 2.6.37-rc8 (no fb), François Valenduc, (Wed Dec 29, 1:51 pm)
Re: Linux 2.6.37-rc8 (no fb), Alex Riesen, (Wed Dec 29, 2:11 pm)
Re: Linux 2.6.37-rc8 (no fb), Jesse Barnes, (Wed Dec 29, 2:18 pm)
Re: Linux 2.6.37-rc8 (no fb), Jesse Barnes, (Wed Dec 29, 2:53 pm)
Re: Linux 2.6.37-rc8 (no fb), Alex Riesen, (Wed Dec 29, 3:02 pm)
Re: Linux 2.6.37-rc8 (no fb), Randy Dunlap, (Wed Dec 29, 3:12 pm)
Re: Linux 2.6.37-rc8 (no fb), Jesse Barnes, (Wed Dec 29, 3:46 pm)
Re: Linux 2.6.37-rc8 (no fb), Alex Riesen, (Wed Dec 29, 4:09 pm)
Re: Linux 2.6.37-rc8 (no fb), Jesse Barnes, (Wed Dec 29, 4:13 pm)
Re: Linux 2.6.37-rc8 (no fb), Alex Riesen, (Wed Dec 29, 4:20 pm)
Re: Linux 2.6.37-rc8 (no fb), Alex Riesen, (Wed Dec 29, 4:35 pm)
Re: Linux 2.6.37-rc8 (no fb), Randy Dunlap, (Wed Dec 29, 4:40 pm)
Re: Linux 2.6.37-rc8 (no fb), Jesse Barnes, (Wed Dec 29, 5:02 pm)
Re: Linux 2.6.37-rc8 (no fb), Alex Riesen, (Wed Dec 29, 5:10 pm)
Re: Linux 2.6.37-rc8, Zhang Rui, (Wed Dec 29, 6:17 pm)
Re: Linux 2.6.37-rc8 (no fb), Chris Wilson, (Thu Dec 30, 11:36 am)
Re: Linux 2.6.37-rc8, Domenico Andreoli, (Mon Jan 3, 1:48 am)
Re: Linux 2.6.37-rc8, Pavel Machek, (Tue Jan 4, 7:26 am)
Re: Linux 2.6.37-rc8, Chris Wilson, (Tue Jan 4, 7:35 am)
Re: Linux 2.6.37-rc8, Pavel Machek, (Tue Jan 4, 2:04 pm)
Re: Linux 2.6.37-rc8, Dave Airlie, (Tue Jan 4, 2:15 pm)