From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH] atyfb: fix distorted image on PowerMacs Date: Thu, 22 Jan 2009 22:12:04 +0200 Message-ID: <20090122201204.GD4996@sci.fi> References: <46e1c7760901221022p697f1689ubf03c909cdf1b99b@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <46e1c7760901221022p697f1689ubf03c909cdf1b99b@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Risto Suominen Cc: Alex Kern , linux-kernel@vger.kernel.org, benh@kernel.crashing.org, linux-fbdev-devel@lists.sourceforge.net On Thu, Jan 22, 2009 at 08:22:48PM +0200, Risto Suominen wrote: > Since the complete re-write in 2.6.10, some PowerMacs (At least Power= Mac 5500 > and PowerMac G3 Beige rev A) with ATI Mach64 chip have suffered from = unstable > columns in their framebuffer image. This seems to depend on a value (= 4) read > from PLL_EXT_CNTL register, which leads to incorrect DSP config param= eters to > be written to the chip. This patch uses a value calculated by aty_ini= t_pll_ct > instead, as a starting point. AFAICS it should be the right thing to do on other systems too. I have a good collection of mach64 pci cards and laptops so I'll try to find some time next week to test that theory on x86. Also cc:ing fbdev-devel... > Signed-off-by: Risto Suominen > --- > The testing is done on kernel version 2.6.18. >=20 > --- a/drivers/video/aty/mach64_ct.c.org 2006-09-20 06:42:06.000000000= +0300 > +++ b/drivers/video/aty/mach64_ct.c 2009-01-22 14:28:13.000000000 +02= 00 > @@ -7,6 +7,7 @@ > #include > #include > #include