[PATCH 2/2] drm/panel: NT39016: Add support for 50 Hz refresh rate

2020-04-09 Thread Paul Cercueil
By changing the pixel clock and the length of the back porch, it is possible to obtain a perfect 50 Hz refresh rate. Signed-off-by: Paul Cercueil --- drivers/gpu/drm/panel/panel-novatek-nt39016.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/

Re: [PATCH 2/2] drm/panel: NT39016: Add support for 50 Hz refresh rate

2020-04-08 Thread Sam Ravnborg
Hi Paul. On Wed, Apr 08, 2020 at 11:58:30AM +0200, Paul Cercueil wrote: > By changing the pixel clock and the length of the back porch, it is > possible to obtain a perfect 50 Hz refresh rate. > > Signed-off-by: Paul Cercueil Lower case in $subject. Acked-by: Sam Ravnborg > --- > drivers/gp