Re: [PATCH v6 1/7] drm/stm: ltdc: Fix leak of px clk enable in some error paths

2017-07-30 Thread Philippe CORNU
On 07/29/2017 04:32 PM, Archit Taneja wrote: > Hi Philippe, > > On 07/17/2017 01:10 PM, Philippe CORNU wrote: >> The pixel clock gets enabled early during init, since it's required >> in order to read registers. This pixel clock must be disabled if >> errors during this init phase. >> > > This

Re: [PATCH v6 1/7] drm/stm: ltdc: Fix leak of px clk enable in some error paths

2017-07-29 Thread Archit Taneja
Hi Philippe, On 07/17/2017 01:10 PM, Philippe CORNU wrote: The pixel clock gets enabled early during init, since it's required in order to read registers. This pixel clock must be disabled if errors during this init phase. This patch was pulled in to drm-misc-next, but it lacks your Sign-off.

[PATCH v6 1/7] drm/stm: ltdc: Fix leak of px clk enable in some error paths

2017-07-17 Thread Philippe CORNU
The pixel clock gets enabled early during init, since it's required in order to read registers. This pixel clock must be disabled if errors during this init phase. Signed-off-by: Eric Anholt Acked-by: Philippe Cornu --- drivers/gpu/drm/stm/ltdc.c | 10 ++ 1 file changed, 6 insertions(+)