[U-Boot] [PATCH 1/3] video: tegra: Update line length to match resolution

Simon Glass sjg at chromium.org
Wed Nov 28 21:47:46 CET 2012


On Fri, Nov 23, 2012 at 2:58 AM, Thierry Reding
<thierry.reding at avionic-design.de> wrote:
> Instead of storing the computed line length in a local variable, store
> it in the global lcd_line_length variable to make sure the LCD subsystem
> can properly draw content for the display resolution.
>
> This probably wasn't noticed yet because the only board where LCD
> support is currently enabled is Seaboard, which runs at a 1366x768
> resolution. As it happens this is the maximum resolution supported and
> also the default that is used to initialize the framebuffer before the
> configuration from DT is available.
>
> Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>

Thanks!

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list