diff mbox

Linux 2.6.37-rc8 (no fb)

Message ID Pine.LNX.4.64.1012301045170.5207@boston.corp.fedex.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Chua Dec. 30, 2010, 2:49 a.m. UTC
None
diff mbox

Patch

--- a/drivers/gpu/drm/i915/intel_bios.c	2010-12-29 13:35:57.000000000 +0800
+++ a/drivers/gpu/drm/i915/intel_bios.c	2010-12-30 10:18:39.000000000 +0800
@@ -262,7 +262,10 @@ 
  	if (general) {
  		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 */
+		dev_priv->lvds_use_ssc = (IS_GEN5(dev) || IS_GEN6(dev)) ?
+			0 : general->enable_ssc;

  		if (dev_priv->lvds_use_ssc) {
  			if (IS_I85X(dev))