From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] lcd: atmel: Add 32bpp support for HLCDC
Date: Sat, 24 Oct 2015 01:02:59 +0200 [thread overview]
Message-ID: <562ABCA3.6040802@googlemail.com> (raw)
In-Reply-To: <1445633740-6832-1-git-send-email-marex@denx.de>
On 23.10.15 22:55, Marek Vasut wrote:
> Add 32bpp framebuffer support for the Atmel HLCDC driver. This is
> needed for output bpp higher than 16bpp.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> ---
> drivers/video/atmel_hlcdfb.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/video/atmel_hlcdfb.c b/drivers/video/atmel_hlcdfb.c
> index 0ce2370..960b474 100644
> --- a/drivers/video/atmel_hlcdfb.c
> +++ b/drivers/video/atmel_hlcdfb.c
> @@ -162,6 +162,10 @@ void lcd_ctrl_init(void *lcdbase)
> lcdc_writel(®s->lcdc_basecfg1,
> LCDC_BASECFG1_RGBMODE_16BPP_RGB_565);
> break;
> + case 32:
> + lcdc_writel(®s->lcdc_basecfg1,
> + LCDC_BASECFG1_RGBMODE_24BPP_RGB_888);
> + break;
> default:
> BUG();
> break;
>
next prev parent reply other threads:[~2015-10-23 23:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 20:55 [U-Boot] [PATCH] lcd: atmel: Add 32bpp support for HLCDC Marek Vasut
2015-10-23 23:02 ` Andreas Bießmann [this message]
2015-11-01 21:03 ` [U-Boot] " Andreas Bießmann
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=562ABCA3.6040802@googlemail.com \
--to=andreas.devel@googlemail.com \
--cc=u-boot@lists.denx.de \
/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.