From: Nikolay Dimitrov <picmaster@mail.bg>
To: Gary Thomas <gary@mlbassoc.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm] Sabre* and HDMI
Date: Wed, 08 Apr 2015 15:33:12 +0300 [thread overview]
Message-ID: <55252008.3070303@mail.bg> (raw)
In-Reply-To: <55251A2F.4040500@mlbassoc.com>
Hi Gary,
On 04/08/2015 03:08 PM, Gary Thomas wrote:
> Disclaimer - this question is not 100% BSP, but I'm hoping someone
> reading it might have some insights.
>
> I have multiple i.MX6 boards which I support using Poky/Yocto plus
> meta-fsl-arm*. The problem I'm looking at is on some of them, HDMI
> works correctly where on others the screen is clipped (overscan).
>
> On the SabreLite, using linux-boundary_3.10.53, HDMI works correctly
> (on all the monitors I have tried). An image of the upper left of
> the screen is in HDMI-OK.png
>
> On SabreSD, using linux-imx_3.10.53, HDMI on a 720p monitor, the
> image is clipped with upwards of 5% of the pixels missing. This is
> shown in HDMI-BAD.png
>
> I've not yet tried the linux-boundary kernel on the SabreSD, but I
> expect the same result as I have seen this problem on other boards
> (internal) that use the linux-boundary kernel.
>
> Any insights on what might cause this? About the only thing we can
> think of is the SabreSD sends its HDMI signals through a
> level-shifting ESD device whereas the SabreLite manages these signals
> more directly using FETs and discrete circuitry.
>
> Thanks for any ideas
The actual HDMI video signal is not level-shifted by the ESD chip, it's
only clamped when subjected to voltages outside SOAR. The ESD chip
doesn't even buffer the video signal. So technically speaking, the video
signal is 1:1 the same on both boards, both as signal levels, protocols,
everything (except for the ability to protect against ESD damage, of
course).
There could be a difference in the way how well the I2C (DDC)
level-shifting works, in some cases this could allow or prevent the
display to properly communicate settings with the board, and the kernel
could or couldn't fetch EDID data. You can check with read-edid tool
whether the monitor gives any/meaningful information:
# read-edid | parse-edid
...just to be sure it works.
The different boards can use different timings on the same monitor,
depending on what they "see" attached. Which is also a reminder for you
to make sure that both boards's kernels have the same video bootargs, so
you can make a meaningful comparison.
I hope that you're comparing kernels built from the same source tree, so
the display timing definitions are exactly the same.
Hope this helps for now. Regards,
Nikolay
next prev parent reply other threads:[~2015-04-08 12:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-08 12:08 [meta-fsl-arm] Sabre* and HDMI Gary Thomas
2015-04-08 12:33 ` Nikolay Dimitrov [this message]
2015-04-08 12:46 ` Gary Thomas
2015-04-08 16:25 ` Gary Thomas
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=55252008.3070303@mail.bg \
--to=picmaster@mail.bg \
--cc=gary@mlbassoc.com \
--cc=meta-freescale@yoctoproject.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 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.