From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] mx6sabresd: Use VESA 1024x768 timings
Date: Fri, 25 Mar 2016 14:05:43 +0100 [thread overview]
Message-ID: <56F537A7.4020907@denx.de> (raw)
In-Reply-To: <1458143703-20811-1-git-send-email-fabio.estevam@nxp.com>
On 16/03/2016 16:55, Fabio Estevam wrote:
> VESA 1024x768 results in much more accurate timings.
>
> Based on the patch from Soeren Moch for the tbs2910 board.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
> Changes since v1:
> - Fix Soeren's name
>
> board/freescale/mx6sabresd/mx6sabresd.c | 28 ++++++++++++++--------------
> 1 file changed, 14 insertions(+), 14 deletions(-)
>
> diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
> index e9d9664..727334a 100644
> --- a/board/freescale/mx6sabresd/mx6sabresd.c
> +++ b/board/freescale/mx6sabresd/mx6sabresd.c
> @@ -386,13 +386,13 @@ struct display_info_t const displays[] = {{
> .refresh = 60,
> .xres = 1024,
> .yres = 768,
> - .pixclock = 15385,
> - .left_margin = 220,
> - .right_margin = 40,
> - .upper_margin = 21,
> - .lower_margin = 7,
> - .hsync_len = 60,
> - .vsync_len = 10,
> + .pixclock = 15384,
> + .left_margin = 160,
> + .right_margin = 24,
> + .upper_margin = 29,
> + .lower_margin = 3,
> + .hsync_len = 136,
> + .vsync_len = 6,
> .sync = FB_SYNC_EXT,
> .vmode = FB_VMODE_NONINTERLACED
> } }, {
> @@ -406,13 +406,13 @@ struct display_info_t const displays[] = {{
> .refresh = 60,
> .xres = 1024,
> .yres = 768,
> - .pixclock = 15385,
> - .left_margin = 220,
> - .right_margin = 40,
> - .upper_margin = 21,
> - .lower_margin = 7,
> - .hsync_len = 60,
> - .vsync_len = 10,
> + .pixclock = 15384,
> + .left_margin = 160,
> + .right_margin = 24,
> + .upper_margin = 29,
> + .lower_margin = 3,
> + .hsync_len = 136,
> + .vsync_len = 6,
> .sync = FB_SYNC_EXT,
> .vmode = FB_VMODE_NONINTERLACED
> } }, {
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2016-03-25 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 15:55 [U-Boot] [PATCH v2] mx6sabresd: Use VESA 1024x768 timings Fabio Estevam
2016-03-25 13:05 ` Stefano Babic [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=56F537A7.4020907@denx.de \
--to=sbabic@denx.de \
--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.