Re: [PATCH v2 1/2] drm/panel: novatek, nt39016: Reorder calls in probe

2020-08-21 Thread Paul Cercueil
Hi Sam, Le jeu. 20 août 2020 à 17:53, Sam Ravnborg a écrit : On Thu, Aug 20, 2020 at 02:12:55PM +0200, Paul Cercueil wrote: The drm_panel_of_backlight() function must be called after drm_panel_init(), according to the function's documentation; otherwise the backlight won't be properly in

[PATCH v2 1/2] drm/panel: novatek,nt39016: Reorder calls in probe

2020-08-21 Thread Paul Cercueil
The drm_panel_of_backlight() function must be called after drm_panel_init(), according to the function's documentation; otherwise the backlight won't be properly initialized. v2: New patch Signed-off-by: Paul Cercueil --- drivers/gpu/drm/panel/panel-novatek-nt39016.c | 6 +++--- 1 file changed,

Re: [PATCH v2 1/2] drm/panel: novatek, nt39016: Reorder calls in probe

2020-08-20 Thread Sam Ravnborg
On Thu, Aug 20, 2020 at 02:12:55PM +0200, Paul Cercueil wrote: > The drm_panel_of_backlight() function must be called after > drm_panel_init(), according to the function's documentation; otherwise > the backlight won't be properly initialized. > > v2: New patch > > Signed-off-by: Paul Cercueil R