Re: [PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-08-04 Thread Tomi Valkeinen
Hi, On 17/07/2020 19:28, Tony Lindgren wrote: > * Tomi Valkeinen [200618 09:53]: >> Use SET_LATE_SYSTEM_SLEEP_PM_OPS in DSS submodules to force runtime PM >> suspend and resume. >> >> We use suspend late version so that omapdrm's system suspend callback is >> called first, as that will disable al

Re: [PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-07-20 Thread Tony Lindgren
* Tomi Valkeinen [200618 09:53]: > Use SET_LATE_SYSTEM_SLEEP_PM_OPS in DSS submodules to force runtime PM > suspend and resume. > > We use suspend late version so that omapdrm's system suspend callback is > called first, as that will disable all the display outputs after which > it's safe to forc

Re: [PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-06-18 Thread Tony Lindgren
* Tony Lindgren [200618 07:42]: > I did not have luck the last time I tried am437x-sk-evm, but that > seems like some separate regression that's been around for awhile. > I recall testing it successfully last fall at some point. OK I got am437x-sk-evm suspend and resume working again and LCD cons

Re: [PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-06-18 Thread Tony Lindgren
* Tomi Valkeinen [200618 09:53]: > Use SET_LATE_SYSTEM_SLEEP_PM_OPS in DSS submodules to force runtime PM > suspend and resume. > > We use suspend late version so that omapdrm's system suspend callback is > called first, as that will disable all the display outputs after which > it's safe to forc

Re: [PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-06-18 Thread Tony Lindgren
* Tomi Valkeinen [200618 14:03]: > On 18/06/2020 16:16, Tony Lindgren wrote: > > * Tomi Valkeinen [200618 09:53]: > > > Use SET_LATE_SYSTEM_SLEEP_PM_OPS in DSS submodules to force runtime PM > > > suspend and resume. > > > > > > We use suspend late version so that omapdrm's system suspend callba

Re: [PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-06-18 Thread Tomi Valkeinen
On 18/06/2020 16:16, Tony Lindgren wrote: * Tomi Valkeinen [200618 09:53]: Use SET_LATE_SYSTEM_SLEEP_PM_OPS in DSS submodules to force runtime PM suspend and resume. We use suspend late version so that omapdrm's system suspend callback is called first, as that will disable all the display outp

[PATCH v2] drm/omap: force runtime PM suspend on system suspend

2020-06-18 Thread Tomi Valkeinen
Use SET_LATE_SYSTEM_SLEEP_PM_OPS in DSS submodules to force runtime PM suspend and resume. We use suspend late version so that omapdrm's system suspend callback is called first, as that will disable all the display outputs after which it's safe to force DSS into suspend. Signed-off-by: Tomi Valke