linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC]: s3c2410fb conversion
@ 2007-01-26  8:06 Krzysztof Helt
  2007-02-12 10:06 ` Ben Dooks
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Helt @ 2007-01-26  8:06 UTC (permalink / raw)
  To: linux-fbdev-devel

Hello,

The s3c2410fb driver needs register values set for every
platform. A way of conversion is to move as many values to
particular fields (e.g. resolution, bit depth, etc.) and
calculate the register values from them.

I want to ask how far one should move in conversion of the
driver. Should enumerated values also be moved to separate fields
or they can be set with "or" operator (I) into existing register
fields? I mean values (usually bits) like display type (STN/TFT
bit), etc.

E.g., the pxafb driver works with the latter approach. Most of
values are calculated but some of them are set as or-ed values
into register-like fields (the bits from fields are directly
copied to register's bits and completed by bits from calculated
values).

The s3c2410fb driver does not work currently because some
conversion started and was not finished (no platform code support
it). I need to know how to fix it - either modify platform or fb
code depending on the approach.

Regards,
Krzysztof

----------------------------------------------------
Odkryj drug± stronê ciemnego portalu - "World of War Craft" premiera:
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd59.html&sid=1000



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-12 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-26  8:06 [RFC]: s3c2410fb conversion Krzysztof Helt
2007-02-12 10:06 ` Ben Dooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).