Re: [PATCH 1/2] venus: core: change clk enable and disable order in resume and suspend

2020-09-17 Thread Stephen Boyd
Quoting man...@codeaurora.org (2020-09-16 18:07:44) > > On 2020-09-09 00:05, Stephen Boyd wrote: > >> Quoting Mansur Alisha Shaik (2020-09-07 20:44:05) > >>> Currently video driver is voting after clk enable and un voting > >>> before clk disable. Basically we should vote before clk enable > >>>

Re: [PATCH 1/2] venus: core: change clk enable and disable order in resume and suspend

2020-09-16 Thread mansur
On 2020-09-09 00:05, Stephen Boyd wrote: Quoting Mansur Alisha Shaik (2020-09-07 20:44:05) Currently video driver is voting after clk enable and un voting before clk disable. Basically we should vote before clk enable and un vote after clk disable. Corrected this by changing the order of clk

Re: [PATCH 1/2] venus: core: change clk enable and disable order in resume and suspend

2020-09-08 Thread Stephen Boyd
Quoting Mansur Alisha Shaik (2020-09-07 20:44:05) > Currently video driver is voting after clk enable and un voting > before clk disable. Basically we should vote before clk enable > and un vote after clk disable. > > Corrected this by changing the order of clk enable and clk disable. > >

[PATCH 1/2] venus: core: change clk enable and disable order in resume and suspend

2020-09-07 Thread Mansur Alisha Shaik
Currently video driver is voting after clk enable and un voting before clk disable. Basically we should vote before clk enable and un vote after clk disable. Corrected this by changing the order of clk enable and clk disable. Signed-off-by: Mansur Alisha Shaik ---