All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vagrant Cascadian <vagrant@aikidev.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support
Date: Thu, 30 Apr 2015 14:20:11 -0700	[thread overview]
Message-ID: <87egn1uxdg.fsf@aikidev.net> (raw)
In-Reply-To: <CAOMZO5A1wP9=YSUc8P92mqR0KPqq=6BE9zYZdRMW-cHV6=Re1w@mail.gmail.com>

On 2015-04-29, Fabio Estevam wrote:
> On Wed, Apr 29, 2015 at 5:02 PM, Vagrant Cascadian <vagrant@aikidev.net> wrote:
>
>> I wasn't able to test this as the HDMI TV I'm using doesn't support this
>> resolution (it is admittedly ~9 years old, the closest resolution it
>> does support is 1280x720 at 60). How complicated would it be to support
>> multiple resolutions?
>
> Could you try to use these VGA timings to see if your TV can handle it?
>
>         .name           = "HDMI",
>         .refresh        = 60,
>         .xres           = 640,
>         .yres           = 480,
>         .pixclock       = 39721,
>         .left_margin    = 48,
>         .right_margin   = 16,
>         .upper_margin   = 33,
>         .lower_margin   = 10,
>         .hsync_len      = 96,
>         .vsync_len      = 2,
>         .sync           = 0,
>         .vmode          = FB_VMODE_NONINTERLACED

No luck. The TV does support 640x480 when plugged into my laptop,

I did manage to verify with a display that supported 1024x768 and that
worked fine.

live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150430/a5376041/attachment.sig>

  reply	other threads:[~2015-04-30 21:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-28  2:30 [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support Fabio Estevam
2015-04-28  2:30 ` [U-Boot] [PATCH 2/4] mx6cuboxi: Add USB host support Fabio Estevam
2015-04-28 14:48   ` Tom Rini
2015-04-28 15:11     ` Fabio Estevam
2015-04-28 15:20       ` Fabio Estevam
2015-04-28 16:39         ` Tom Rini
2015-04-28 16:45           ` Jon Nettleton
2015-04-28 16:49             ` Otavio Salvador
2015-04-28 16:52             ` Tom Rini
2015-04-28 16:58               ` Otavio Salvador
2015-04-28 18:58               ` Fabio Estevam
2015-04-28 16:47           ` Tom Rini
2015-04-28  2:30 ` [U-Boot] [PATCH 3/4] mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdin Fabio Estevam
2015-04-28 14:48   ` Tom Rini
2015-04-28  2:30 ` [U-Boot] [PATCH 4/4] logos: Add Solidrun's logo Fabio Estevam
2015-04-28 14:48   ` Tom Rini
2015-04-28 14:47 ` [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support Tom Rini
2015-04-29 20:02 ` Vagrant Cascadian
2015-04-29 22:12   ` Robert Nelson
2015-04-29 22:14   ` Robert Nelson
2015-04-29 22:23   ` Fabio Estevam
2015-04-30 21:20     ` Vagrant Cascadian [this message]
2015-04-30 21:27       ` Fabio Estevam

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=87egn1uxdg.fsf@aikidev.net \
    --to=vagrant@aikidev.net \
    --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.