Re: [PATCH 04/29] drm/omap: Use atomic suspend/resume helpers

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 04:59:57PM +0200, Laurent Pinchart wrote: > Instead of rolling out custom suspend/resume implementations based on > state information stored in the driver's data structures, use the atomic > suspend/resume helpers that rely on a DRM atomic state object. > >

Re: [PATCH 04/29] drm/omap: Use atomic suspend/resume helpers

2018-12-09 Thread Laurent Pinchart
Hi Sebastian, On Sunday, 9 December 2018 23:53:09 EET Sebastian Reichel wrote: > Hi, > > On Wed, Dec 05, 2018 at 04:59:57PM +0200, Laurent Pinchart wrote: > > Instead of rolling out custom suspend/resume implementations based on > > state information stored in the driver's data structures, use

[PATCH 04/29] drm/omap: Use atomic suspend/resume helpers

2018-12-05 Thread Laurent Pinchart
Instead of rolling out custom suspend/resume implementations based on state information stored in the driver's data structures, use the atomic suspend/resume helpers that rely on a DRM atomic state object. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/omapdss.h | 3 --