From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: linux-fbdev-devel@lists.sourceforge.net,
Linux Kernel list <linux-kernel@vger.kernel.org>
Cc: "Antonino A. Daplas" <adaplas@gmail.com>,
Sedji GAOUAOU <sedji.gaouaou@atmel.com>,
Patrice VILCHEZ <patrice.vilchez@atmel.com>,
ARM Linux Mailing List <linux-arm-kernel@lists.arm.linux.org.uk>,
Andrew Victor <linux@maxim.org.za>
Subject: Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: wiring BGR to RGB colormode
Date: Mon, 10 Mar 2008 17:27:42 +0100 [thread overview]
Message-ID: <47D5617E.3050800@atmel.com> (raw)
In-Reply-To: <47D5450A.40500@atmel.com>
Nicolas Ferre :
> Adds different wiring mode for the LCD screen.
>
> The legacy atmel LCDC IP uses a non standard color mode,
> "BGR-555.1" instead "RGB-565". The major part of graphic stacks
> for embedded systems uses only "RGB-565". It is possible to swap
> LCD IOs instead of doing this bit swapping by software (See
> application note AT91SAM9 LCD Controller
> http://www.atmel.com/dyn/resources/prod_documents/doc6300.pdf)
>
> This wire swapping is done on the at91sam9rl-ek board (board code
> using this patch will come later).
Forgotten line :
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> drivers/video/atmel_lcdfb.c | 27 ++++++++++++++++++++++-----
> include/video/atmel_lcdc.h | 10 ++++++++++
> 2 files changed, 32 insertions(+), 5 deletions(-)
--
Nicolas Ferre
next prev parent reply other threads:[~2008-03-10 16:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-10 14:26 [PATCH] atmel_lcdfb: wiring BGR to RGB color mode Nicolas Ferre
2008-03-10 16:27 ` Nicolas Ferre [this message]
2008-03-13 15:35 ` Haavard Skinnemoen
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=47D5617E.3050800@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=adaplas@gmail.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@maxim.org.za \
--cc=patrice.vilchez@atmel.com \
--cc=sedji.gaouaou@atmel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.