[PATCH RESEND 1/2] drm/msm: call drm_atomic_helper_suspend() and drm_atomic_helper_resume()

2018-07-25 Thread Daniel Mack
To make suspend and resume work on msm8916 platforms, call into the generic helpers and preserve the state across suspends. Signed-off-by: Daniel Mack --- I've sent these two small patches twice already in May, but I haven't gotten any feedback, not sure why. We're using these on a number of

Re: [PATCH RESEND 1/2] drm/msm: call drm_atomic_helper_suspend() and drm_atomic_helper_resume()

2018-07-24 Thread Rob Clark
On Tue, Jul 24, 2018 at 3:24 AM, Daniel Mack wrote: > To make suspend and resume work on msm8916 platforms, call into the generic > helpers and preserve the state across suspends. > > Signed-off-by: Daniel Mack > --- > I've sent these two small patches twice already in May, but I haven't >

[PATCH RESEND 1/2] drm/msm: call drm_atomic_helper_suspend() and drm_atomic_helper_resume()

2018-05-29 Thread Daniel Mack
To make suspend and resume work on msm8916 platforms, call into the generic helpers and preserve the state across suspends. Signed-off-by: Daniel Mack --- drivers/gpu/drm/msm/msm_drv.c | 9 + drivers/gpu/drm/msm/msm_drv.h | 1 + 2 files changed, 10 insertions(+) diff --git