Re: [PATCH 1/3] drm/panel: simple: fix vertical timings for Innolux AT043TN24

2017-10-12 Thread Marco Franchi
Hi Philipp, On Qua, 2017-10-11 at 14:59 +0200, Philipp Zabel wrote: > The vsync length should be 10 lines, as specified in the data sheet. > This gets the actual refresh rate closer to nominal 60 Hz given the > 9 MHz pixel clock. > > Signed-off-by: Philipp Zabel Thank you for all these fixes.

[PATCH 1/3] drm/panel: simple: fix vertical timings for Innolux AT043TN24

2017-10-11 Thread Philipp Zabel
The vsync length should be 10 lines, as specified in the data sheet. This gets the actual refresh rate closer to nominal 60 Hz given the 9 MHz pixel clock. Signed-off-by: Philipp Zabel --- drivers/gpu/drm/panel/panel-simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git