From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753186AbVHHBOG (ORCPT ); Sun, 7 Aug 2005 21:14:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753188AbVHHBOF (ORCPT ); Sun, 7 Aug 2005 21:14:05 -0400 Received: from smtpout.mac.com ([17.250.248.89]:4851 "EHLO smtpout.mac.com") by vger.kernel.org with ESMTP id S1753186AbVHHBOF (ORCPT ); Sun, 7 Aug 2005 21:14:05 -0400 In-Reply-To: <1123431219.30257.115.camel@gaston> References: <1123195493.30257.75.camel@gaston> <1123401069.30257.102.camel@gaston> <3EF2003B-12DF-4EBB-B304-59614AEFAA09@mac.com> <1123431219.30257.115.camel@gaston> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <96358AEB-784F-444E-A0BA-04AD920284B3@mac.com> Cc: Bodo Eggert <7eggert@gmx.de>, LKML , linux-fbdev-devel@lists.sourceforge.net Content-Transfer-Encoding: 7bit From: Kyle Moffett Subject: Re: Regression: radeonfb: No synchronisation on CRT with linux-2.6.13-rc5 Date: Sun, 7 Aug 2005 21:13:54 -0400 To: Benjamin Herrenschmidt X-Mailer: Apple Mail (2.733) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Aug 7, 2005, at 12:13:38, Benjamin Herrenschmidt wrote: >> I've got an LCD, and on mine >> it looks like every third pixel-line gets shifted about 32-64 >> pixels to >> the left, and they move with display refresh. My guess is that >> something is interrupting radeonfb during a critical time in display >> syncing and forcing the video card to wait too far into the next line >> before sending pixels. > > radeonfb is mostly inactive after it has setup the framebuffer and > unless you actually draw something, in which case, accel code is > called. > > _However_ there is an unrelated problem with some panels, including > some > of the 17": The panel doesn't always "sync" properly. This seem to be > related to some subtle timing issue in the LVDS code but I don't know > exactly what yet. You can usually get it back by repeately turning the > backlight all the way down (which shuts the panel off) and back up > until > it "catches". Hmm. This doesn't really fit as my issues are very reproducible. The behaviour under stock Debian 2.6.8 is identical during reboots and after fblevel 0 ; sleep X ; fblevel 15. Likewise, stock 2.6.11, 2.6.12.4, and 2.6.13-rc5, although I'm just getting back to testing things. Cheers, Kyle Moffett -- There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult. -- C.A.R. Hoare