[PATCH] drm/ingenic: Add basic PM support

2020-11-28 Thread Paul Cercueil
Call drm_mode_config_helper_suspend() and drm_mode_config_helper_resume() on suspend and resume, respectively. This makes sure that the display stack is properly disabled when the hardware is put to sleep. Signed-off-by: Paul Cercueil --- drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 20 +

Re: [PATCH] drm/ingenic: Add basic PM support

2020-11-28 Thread Sam Ravnborg
Hi Paul. On Sat, Nov 28, 2020 at 05:16:06PM +, Paul Cercueil wrote: > Call drm_mode_config_helper_suspend() and > drm_mode_config_helper_resume() on suspend and resume, respectively. > > This makes sure that the display stack is properly disabled when the > hardware is put to sleep. > > Sign

Re: [PATCH] drm/ingenic: Add basic PM support

2020-11-28 Thread Paul Cercueil
Le sam. 28 nov. 2020 à 19:58, Sam Ravnborg a écrit : Hi Paul. On Sat, Nov 28, 2020 at 05:16:06PM +, Paul Cercueil wrote: Call drm_mode_config_helper_suspend() and drm_mode_config_helper_resume() on suspend and resume, respectively. This makes sure that the display stack is properly