[U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd
Mike Frysinger
vapier at gentoo.org
Thu Jul 19 16:13:08 CEST 2012
On Thursday 19 July 2012 04:03:04 Adam Jiang wrote:
> On Thu, Jul 12, 2012 at 11:25:08PM +0800, Simon Glass wrote:
> > + /* Use a ref-to-sync of 1 always, and take this from the front
> > porch */
>
> ref-to-sync is supposed to be 1 here.
>
> > + back = fdtdec_get_int(blob, rgb, "left-margin", -1);
> > + front = fdtdec_get_int(blob, rgb, "right-margin", -1);
> > + ref = fdtdec_get_int(blob, rgb, "hsync-len", -1);
> > + if ((back | front | ref) == -1) {
> > + debug("%s: Horizontal parameters missing\n", __func__);
> > + return -FDT_ERR_NOTFOUND;
> > + }
> > + config->horiz_timing[FDT_LCD_TIMING_REF_TO_SYNC] = 11;
>
> It is assigned to 11.
when replying, please delete anything you aren't quoting. in this case, there
was over 1000 lines of content that was just noise. it makes it hard to see
what your responses are if you don't clip.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120719/464fa53e/attachment.pgp>
More information about the U-Boot
mailing list