public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jeroen Hofstee <jeroen@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] video: ipu_disp: remove pixclk fixup
Date: Wed, 15 Oct 2014 09:42:41 +0200	[thread overview]
Message-ID: <543E2571.1030009@myspectrum.nl> (raw)
In-Reply-To: <1413311835-22715-2-git-send-email-jeroen@myspectrum.nl>

Hello Stefano,

On 14-10-14 20:37, Jeroen Hofstee wrote:
> The ipu display insists on having a lower_margin smaller
> then 2. If this is not the case it will attempt to force
> it and adjust the pixclk accordingly. This multiplies pixclk
> in Hz with the width and height, since this is typically
> a * 10^7 * b * 10^2 * c * 10^2 this will overflow the
> uint_32 and make things even worse. Since this is a
> bootloader and the adjustment is neglectible, just force
> it to two and warn about it.
>
> Cc: Stefano Babic <sbabic@denx.de>
> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl

The lower_margin should be larger then 1 / _not_
smalller then 2 actually.

Regards,
Jeroen

  reply	other threads:[~2014-10-15  7:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14 18:37 [U-Boot] [PATCH 1/2] video: ipo: fix debug and comment Jeroen Hofstee
2014-10-14 18:37 ` [U-Boot] [PATCH 2/2] video: ipu_disp: remove pixclk fixup Jeroen Hofstee
2014-10-15  7:42   ` Jeroen Hofstee [this message]
2014-10-16  9:14   ` Anatolij Gustschin
2014-10-16  9:13 ` [U-Boot] [PATCH 1/2] video: ipo: fix debug and comment Anatolij Gustschin

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=543E2571.1030009@myspectrum.nl \
    --to=jeroen@myspectrum.nl \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox