From: Lucas Stach Date: Fri, 10 Nov 2017 16:06:05 +0000 (+0100) Subject: gpu: ipu-v3: prg: switch to runtime PM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=729440897312c281367fe7fa1461e244dd84ec97;p=linux.git gpu: ipu-v3: prg: switch to runtime PM 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 --- diff --git a/drivers/gpu/ipu-v3/ipu-prg.c b/drivers/gpu/ipu-v3/ipu-prg.c index 0013ca9f72c83..fd98f48e8a089 100644 --- a/drivers/gpu/ipu-v3/ipu-prg.c +++ b/drivers/gpu/ipu-v3/ipu-prg.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include