Re: [PATCH v2 2/7] drm: rcar-du: lvds: Add runtime PM

2023-01-23 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Jan 20, 2023 at 5:16 PM Laurent Pinchart wrote: > On Fri, Jan 20, 2023 at 10:50:04AM +0200, Tomi Valkeinen wrote: > > Add simple runtime PM suspend and resume functionality. > > I think you need to depend on PM in Kconfig. That's not a compile-time > dependency but a runtime-d

Re: [PATCH v2 2/7] drm: rcar-du: lvds: Add runtime PM

2023-01-23 Thread Tomi Valkeinen
On 20/01/2023 18:16, Laurent Pinchart wrote: Hi Tomi, Thank you for the patch. On Fri, Jan 20, 2023 at 10:50:04AM +0200, Tomi Valkeinen wrote: Add simple runtime PM suspend and resume functionality. I think you need to depend on PM in Kconfig. That's not a compile-time dependency but a runti

[PATCH v2 2/7] drm: rcar-du: lvds: Add runtime PM

2023-01-20 Thread Tomi Valkeinen
Add simple runtime PM suspend and resume functionality. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 43 + 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/rcar-du/rcar_lvds.c b/drivers/gpu/drm/rcar-du/rcar_lvd

Re: [PATCH v2 2/7] drm: rcar-du: lvds: Add runtime PM

2023-01-20 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Fri, Jan 20, 2023 at 10:50:04AM +0200, Tomi Valkeinen wrote: > Add simple runtime PM suspend and resume functionality. I think you need to depend on PM in Kconfig. That's not a compile-time dependency but a runtime-dependency, with runtime PM support the susp