From patchwork Fri Feb 11 19:06:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 550491 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1BJ8crd002166 for ; Fri, 11 Feb 2011 19:08:59 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D5DB9F393 for ; Fri, 11 Feb 2011 11:08:38 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-fx0-f49.google.com (mail-fx0-f49.google.com [209.85.161.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 4ADF56AF7F for ; Fri, 11 Feb 2011 11:06:17 -0800 (PST) Received: by fxm19 with SMTP id 19so3104151fxm.36 for ; Fri, 11 Feb 2011 11:06:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YrWWNqQwsDqtHx4Uobb2KKK3oSUSyVdvbvxVrDHnI58=; b=DAy9uh+of+BJpXUNKG1AZ7+nwXxF08TL7wK1ohAr3Y3Nf/zXS9HsP2qzviIKLwrWmT gxohuwSMOnIZ6WNXiyaWpwA/9l8KQaiZjfJilZY/9xFolCDdV5wuKcpRvDPifRqD3N3J ZAIjLj9IgVgmN6Lr2Hfc6h8LgSWB2SwzNx4SM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hPBCG/fagPXDBkVk+G81H4sTUCt45k+1qLHXAn4s87S6uEnUZ0AdJv+p5nLDO9aI1U cBsvQaSZhlGVER+AvEZaLlqLKkU74XJiRrgWZqmCi2wa/Eyrc1TOscNKSc9NIqGJXgMY 5Ns4JAoCIoeRRI8l9jUHc6/VxdUxcFsO6/rv0= MIME-Version: 1.0 Received: by 10.223.83.7 with SMTP id d7mr938454fal.82.1297451176400; Fri, 11 Feb 2011 11:06:16 -0800 (PST) Received: by 10.223.114.68 with HTTP; Fri, 11 Feb 2011 11:06:16 -0800 (PST) In-Reply-To: References: <4D51AD03.7030401@gmail.com> Date: Fri, 11 Feb 2011 14:06:16 -0500 Message-ID: Subject: Re: [BISECTED] commit 619efb1059 makes the MacBookPro2,2 screen flicker like its broken or half plugged in From: Alex Deucher To: Justin Mattock Cc: airlied@redhat.com, "linux-kernel@vger.kernel.org" , dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 11 Feb 2011 19:09:13 +0000 (UTC) diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index cc6bdd8..2f9d113 100644 --- a/drivers/gpu/drm/radeon/atombios_crtc.c +++ b/drivers/gpu/drm/radeon/atombios_crtc.c @@ -562,7 +562,7 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc, } } /* this might work properly with the new pll algo */ -#if 0 /* doesn't work properly on some laptops */ +#if 1 /* doesn't work properly on some laptops */ /* use recommended ref_div for ss */ if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) {