[U-Boot] [PATCH V2 3/4] lcd: calculate line_length after lcd_ctrl_init()
Anatolij Gustschin
agust at denx.de
Sun Nov 4 17:49:24 CET 2012
Hi,
On Thu, 18 Oct 2012 22:51:33 -0600
Stephen Warren <swarren at wwwdotorg.org> wrote:
> When an LCD driver is actually driving a regular external display, e.g.
> an HDMI monitor, the display resolution might not be known until the
> display controller has initialized, i.e. during lcd_ctrl_init(). However,
> lcd.c calculates lcd_line_length before calling this function, thus
> relying on a hard-coded resolution in struct panel_info.
>
> Instead, defer this calculation until after lcd_ctrl_init() has had the
> chance to dynamically determine the resolution. This needs to happen
> before lcd_clear(), since the value is used there.
>
> grep indicates that no code outside lcd.c uses this lcd_line_length; in
> particular, no lcd_ctrl_init() implementations read it.
>
> Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
> ---
> common/lcd.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Acked-by: Anatolij Gustschin <agust at denx.de>
Thanks,
Anatolij
More information about the U-Boot
mailing list