Re: [PATCH] gpu: ipu-v3: prg: switch to runtime PM

2017-11-22 Thread Philipp Zabel
On Fri, 2017-11-10 at 17:06 +0100, Lucas Stach wrote: > Instead of open-coding the clk enable/disable in all of the callers > move this to the RPM suspend/resume functions. > > Signed-off-by: Lucas Stach > Signed-off-by: Philipp Zabel Applied to imx-drm/next, thanks. regards Philipp __

[PATCH] gpu: ipu-v3: prg: switch to runtime PM

2017-11-10 Thread Lucas Stach
Instead of open-coding the clk enable/disable in all of the callers move this to the RPM suspend/resume functions. Signed-off-by: Lucas Stach Signed-off-by: Philipp Zabel --- drivers/gpu/ipu-v3/ipu-prg.c | 71 +++- 1 file changed, 50 insertions(+), 21 del