From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Kyle Moffett <mrmacman_g4@mac.com>
Cc: Bodo Eggert <7eggert@gmx.de>, LKML <linux-kernel@vger.kernel.org>,
linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Regression: radeonfb: No synchronisation on CRT with linux-2.6.13-rc5
Date: Sun, 07 Aug 2005 18:13:38 +0200 [thread overview]
Message-ID: <1123431219.30257.115.camel@gaston> (raw)
In-Reply-To: <3EF2003B-12DF-4EBB-B304-59614AEFAA09@mac.com>
> I'm having a similar issue with my shiny new 17" Powerbook G4. The
> radeon chip works fine with framebuffer in 2.6.12.4 _with_ PREEMPT,
> but not in 2.6.13-rc5 _with_ PREEMPT (configs are virtually identical).
> I'll try your idea this afternoon when I get the chance.
Note that PREEMPT is known to cause problems on ppc32 ... I'm not sure
what's up yet. (Random SIGILLs/SEGVs in userland typically)
> I wonder if perhaps some code in radeonfb is used under the BKL, which
> is now preemptable (Or maybe an ordinary spinlock changed or went
> away?), because I also set PREEMPT_BKL.
radeonfb should only rely on the console semaphore....
> 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".
> One other data point, I've seen something like this, except not nearly
> as bad, is stock debian 2.6.8 vs. stock debian 2.6.11 on powerpc. The
> former exhibits some similar (but not nearly as bad) symptoms. (Same
> Powerbook), whereas 2.6.11 doesn't. In that case, neither has PREEMPT.
> I'll run more tests this afternoon/evening, to try to track it down.
>
> 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
>
next prev parent reply other threads:[~2005-08-07 16:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-04 22:03 Regression: radeonfb: No synchronisation on CRT with linux-2.6.13-rc5 Bodo Eggert
2005-08-04 22:44 ` Benjamin Herrenschmidt
2005-08-05 17:38 ` Bodo Eggert
2005-08-07 7:51 ` Benjamin Herrenschmidt
2005-08-07 13:45 ` Kyle Moffett
2005-08-07 16:13 ` Benjamin Herrenschmidt [this message]
2005-08-08 1:13 ` Kyle Moffett
2005-08-08 2:41 ` Kyle Moffett
2005-08-07 17:25 ` Bodo Eggert
2005-08-07 21:48 ` Benjamin Herrenschmidt
2005-08-08 0:06 ` Bodo Eggert
2005-08-08 8:19 ` Benjamin Herrenschmidt
2005-08-09 20:13 ` Bodo Eggert
2005-08-09 23:13 ` Bodo Eggert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1123431219.30257.115.camel@gaston \
--to=benh@kernel.crashing.org \
--cc=7eggert@gmx.de \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mrmacman_g4@mac.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox