Re: [PATCH] drm/stm: support runtime power management

2019-06-07 Thread Benjamin Gaignard
Le ven. 7 juin 2019 à 13:19, Philippe CORNU a écrit : > > Hi Yannick, > > Thank you for your patch > > Acked-by: Philippe Cornu Applied on drm-misc-next Thanks, Benjamin > > Philippe :-) > > On 6/3/19 10:32 AM, Yannick Fertré wrote: > > This patch enables runtime power management (runtime PM)

Re: [PATCH] drm/stm: support runtime power management

2019-06-07 Thread Philippe CORNU
Hi Yannick, Thank you for your patch Acked-by: Philippe Cornu Philippe :-) On 6/3/19 10:32 AM, Yannick Fertré wrote: > This patch enables runtime power management (runtime PM) support for > the display controller. pm_runtime_enable() and pm_runtime_disable() > are added during ltdc load and

[PATCH] drm/stm: support runtime power management

2019-06-03 Thread Yannick Fertré
This patch enables runtime power management (runtime PM) support for the display controller. pm_runtime_enable() and pm_runtime_disable() are added during ltdc load and unload respectively. pm_runtime_get_sync() and pm_runtime_put_sync() are added for ltdc register access. Signed-off-by: Yannick