From: eric.y.miao@gmail.com (Eric Miao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] pxa/vpac270: Add VGA modes for ADV7125
Date: Wed, 26 May 2010 21:50:03 +0800 [thread overview]
Message-ID: <AANLkTikR62CIASihEmtac9aa2zZAZqzLgNFKxpDeeQLR@mail.gmail.com> (raw)
In-Reply-To: <1274404366-26304-5-git-send-email-marek.vasut@gmail.com>
On Fri, May 21, 2010 at 9:12 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Applied.
> ---
> ?arch/arm/mach-pxa/vpac270.c | ? 50 ++++++++++++++++++++++++++++++++++++++++++-
> ?1 files changed, 49 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/vpac270.c b/arch/arm/mach-pxa/vpac270.c
> index d4bf54a..207a1e5 100644
> --- a/arch/arm/mach-pxa/vpac270.c
> +++ b/arch/arm/mach-pxa/vpac270.c
> @@ -492,7 +492,55 @@ static struct pxafb_mode_info vpac270_lcd_modes[] = {
> ? ? ? ?.vsync_len ? ? ?= 2,
>
> ? ? ? ?.sync ? ? ? ? ? = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
> -},
> +}, { ? /* CRT 640x480 */
> + ? ? ? .pixclock ? ? ? = 35000,
> + ? ? ? .xres ? ? ? ? ? = 640,
> + ? ? ? .yres ? ? ? ? ? = 480,
> + ? ? ? .bpp ? ? ? ? ? ?= 16,
> + ? ? ? .depth ? ? ? ? ?= 16,
> +
> + ? ? ? .left_margin ? ?= 96,
> + ? ? ? .right_margin ? = 48,
> + ? ? ? .upper_margin ? = 33,
> + ? ? ? .lower_margin ? = 10,
> +
> + ? ? ? .hsync_len ? ? ?= 48,
> + ? ? ? .vsync_len ? ? ?= 1,
> +
> + ? ? ? .sync ? ? ? ? ? = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
> +}, { ? /* CRT 800x600 H=30kHz V=48HZ */
> + ? ? ? .pixclock ? ? ? = 25000,
> + ? ? ? .xres ? ? ? ? ? = 800,
> + ? ? ? .yres ? ? ? ? ? = 600,
> + ? ? ? .bpp ? ? ? ? ? ?= 16,
> + ? ? ? .depth ? ? ? ? ?= 16,
> +
> + ? ? ? .left_margin ? ?= 50,
> + ? ? ? .right_margin ? = 1,
> + ? ? ? .upper_margin ? = 21,
> + ? ? ? .lower_margin ? = 12,
> +
> + ? ? ? .hsync_len ? ? ?= 8,
> + ? ? ? .vsync_len ? ? ?= 1,
> +
> + ? ? ? .sync ? ? ? ? ? = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
> +}, { ? /* CRT 1024x768 H=40kHz V=50Hz */
> + ? ? ? .pixclock ? ? ? = 15000,
> + ? ? ? .xres ? ? ? ? ? = 1024,
> + ? ? ? .yres ? ? ? ? ? = 768,
> + ? ? ? .bpp ? ? ? ? ? ?= 16,
> + ? ? ? .depth ? ? ? ? ?= 16,
> +
> + ? ? ? .left_margin ? ?= 220,
> + ? ? ? .right_margin ? = 8,
> + ? ? ? .upper_margin ? = 33,
> + ? ? ? .lower_margin ? = 2,
> +
> + ? ? ? .hsync_len ? ? ?= 48,
> + ? ? ? .vsync_len ? ? ?= 1,
> +
> + ? ? ? .sync ? ? ? ? ? = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
> +}
> ?};
>
> ?static struct pxafb_mach_info vpac270_lcd_screen = {
> --
> 1.7.0
>
>
prev parent reply other threads:[~2010-05-26 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1274404366-26304-1-git-send-email-marek.vasut@gmail.com>
[not found] ` <1274404366-26304-2-git-send-email-marek.vasut@gmail.com>
2010-05-26 13:48 ` [PATCH 2/5] pxa/vpac270: Add PMIC support Eric Miao
[not found] ` <1274404366-26304-3-git-send-email-marek.vasut@gmail.com>
2010-05-26 13:49 ` [PATCH 3/5] PXA DMA-capable PATA driver Eric Miao
[not found] ` <1274404366-26304-4-git-send-email-marek.vasut@gmail.com>
2010-05-26 13:49 ` [PATCH 4/5] pxa/vpac270: Convert to use PATA PXA driver Eric Miao
[not found] ` <1274404366-26304-5-git-send-email-marek.vasut@gmail.com>
2010-05-26 13:50 ` Eric Miao [this message]
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=AANLkTikR62CIASihEmtac9aa2zZAZqzLgNFKxpDeeQLR@mail.gmail.com \
--to=eric.y.miao@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).