Re: [U-Boot] [PATCH V2 3/4] lcd: calculate line_length after lcd_ctrl_init()

2012-11-04 Thread Anatolij Gustschin
Hi, On Thu, 18 Oct 2012 22:51:33 -0600 Stephen Warren 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 calcul

[U-Boot] [PATCH V2 3/4] lcd: calculate line_length after lcd_ctrl_init()

2012-10-18 Thread Stephen Warren
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 har