From patchwork Fri Feb 11 06:59:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 548831 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 p1B70UoX002944 for ; Fri, 11 Feb 2011 07:00:50 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2AF6E9ED14 for ; Thu, 10 Feb 2011 23:00:30 -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 6CB1E9EFEA for ; Thu, 10 Feb 2011 22:59:23 -0800 (PST) Received: by fxm19 with SMTP id 19so2434877fxm.36 for ; Thu, 10 Feb 2011 22:59:22 -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 :content-transfer-encoding; bh=PzntYdusT12qG3zRyT6EU1U9ri0jXjcJICli3mhKeR8=; b=INTCMqeRo5LpWY4+FjXk9S8O3LNEsmr2S40kchXD0e/zS7oxJP+qL9xxyZzx+OuKeD ygEV8WdGH0txO+aymEZaj9l5YFdbEEaL2jkJS7Q0wsHs7ohEcg8lJ/cokb4A3IaP6qkd TKuDya9FQGi7SElMGN2Iry1X0T7IkAbAKeets= 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:content-transfer-encoding; b=taxlVfHufJ1vbJiQc5cVZp91usq026R3AlUFjyB/WuwGFq/1vfTmP4ojiLTRPjBImk Wou0hbr+jLALQdADqyRHGD8jlux2itvO8oaIq9ctY7yjkZ/QHKJLqRftOEBHQzX0Itva /D5G9fCSrDYkQze1rSNfXQBlQgjNkcwaAgPxc= MIME-Version: 1.0 Received: by 10.223.53.68 with SMTP id l4mr134345fag.44.1297407562345; Thu, 10 Feb 2011 22:59:22 -0800 (PST) Received: by 10.223.114.68 with HTTP; Thu, 10 Feb 2011 22:59:22 -0800 (PST) In-Reply-To: References: <4D51AD03.7030401@gmail.com> Date: Fri, 11 Feb 2011 01:59:22 -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 07:00:50 +0000 (UTC) X-MIME-Autoconverted: from quoted-printable to 8bit by demeter1.kernel.org id p1B70UoX002944 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)) {