From: Ulrich Eckhardt <eckhardt@satorlaser.com>
To: linux-mips@linux-mips.org
Subject: Re: Au1100 FB driver uplift for 2.6
Date: Wed, 6 Apr 2005 16:34:29 +0200 [thread overview]
Message-ID: <200504061634.29993.eckhardt@satorlaser.com> (raw)
In-Reply-To: <200504061131.38457.eckhardt@satorlaser.com>
Ulrich Eckhardt wrote:
> Dan Malek wrote:
> > On Apr 4, 2005, at 11:17 AM, Ulrich Eckhardt wrote:
> > > Am I on the wrong way or should I just reimplement it and send a patch?
> >
> > If you an test it, do it and send a patch.
>
> There will be two patches, this one doesn't reimplement the mentioned
> feature but fixes a few other bugs.
I'm currently preparing the second part, but I stumbled across something
puzzling: the number and configuration of the displays differ a lot to
previous versions. Here's a list of displays and their mode_toyclksrc values:
Old driver:
Sharp_320x240_16 (1 << SYS_CS_ML_BIT) | SYS_CS_DL | SYS_CS_CL)
Generic_640x480_16 (1 << SYS_CS_ML_BIT) | SYS_CS_DL
PrimeView_640x480_16 (1 << SYS_CS_ML_BIT) | SYS_CS_DL
NEON_800x600_16 (1 << SYS_CS_ML_BIT) | SYS_CS_DL
NEON_640x480_16 (1 << SYS_CS_ML_BIT) | SYS_CS_DL
New driver:
CRT_800x600_16 (1 << SYS_CS_ML_BIT)
WWPC LCD (1 << SYS_CS_ML_BIT)
Sharp_LQ038Q5DR01 (1 << SYS_CS_ML_BIT)
Hitachi_SP14Qxxx (1 << SYS_CS_ML_BIT)
TFT_640x480_16 (1 << SYS_CS_ML_BIT)
PrimeView_640x480_16 (1 << SYS_CS_ML_BIT)
Changed names:
Sharp_320x240_16 = Sharp_LQ038Q5DR01
Generic_640x480_16 = TFT_640x480_16
NEON_800x600_16 (~CRT_800x600_16)
NEON_640x480_16 (missing)
Notes:
- The SYS_CS_DL flag is only evaluated when the SYS_CS_CL flag is also set.
IOW, setting the flag was useless except for the Sharp_320x240_16 panel in
the old configuration.
- 'WWPC LCD' contains a space, meaning you can't possibly specify it on the
kernel commandline - that's obviously a bug.
- The NEON_640x480_16 panel is missing. The other NEON also has no 100%
equivalent, the CRT panel mostly matches though.
- The parameters for the Sharp display have effectively changed. I don't know
if this was intentional and I don't have such a display for testing.
- I have an Hitachi SP14Q and a PrimeView PD104SL5 here for testing on a
- In the old header was the comment that "The fb driver assumes that AUX PLL
is at 48MHz." This can't be true, because the minimum multiplier is 8 and the
external clock should be 12MHz, making this 96MHz.
- You can change some frequency for the LCD controller with the divider in
SYS_CLKSRC and via the LCD_CLKCONTROL, is it possible that you can change one
frequency and make up for it via another?
In fact, I'm currently pretty puzzled, because it might be that the
differences are rather in the board and not in the panels. Also, I fail to
find where the AUX PLL is started (the default is off), which puzzles me even
further...
regards,
Uli
next prev parent reply other threads:[~2005-04-06 14:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-04 15:17 Au1100 FB driver uplift for 2.6 Ulrich Eckhardt
2005-04-05 16:49 ` Dan Malek
2005-04-06 7:13 ` Porting to new board [was: Re: Au1100 FB driver uplift for 2.6] Ulrich Eckhardt
2005-04-06 9:31 ` Au1100 FB driver uplift for 2.6 Ulrich Eckhardt
2005-04-06 14:34 ` Ulrich Eckhardt [this message]
2005-04-06 15:53 ` Pete Popov
2005-04-06 17:58 ` Ulrich Eckhardt
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=200504061634.29993.eckhardt@satorlaser.com \
--to=eckhardt@satorlaser.com \
--cc=linux-mips@linux-mips.org \
/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