Re: [U-Boot] [PATCH] at91: video: atmel_hlcdfb.c: fix bad timing configuration

2014-05-05 Thread Anatolij Gustschin
On Mon, 10 Mar 2014 16:40:41 +0800 Josh Wu wrote: > The right correspondance between LCD margins and LCD timings is: > * upper margin -> vertical back porch > * lower margin -> vertical front porch > * left margin -> horizontal back porch > * right margin -> horizontal front porc

[U-Boot] [PATCH] at91: video: atmel_hlcdfb.c: fix bad timing configuration

2014-03-10 Thread Josh Wu
The right correspondance between LCD margins and LCD timings is: * upper margin -> vertical back porch * lower margin -> vertical front porch * left margin -> horizontal back porch * right margin -> horizontal front porch Signed-off-by: Josh Wu --- drivers/video/atmel_hlcdfb.c |