Re: [PATCH 1/3] drm/stm: drv: fix suspend/resume

From: Emil Velikov
Date: Fri Jun 21 2019 - 10:55:52 EST


On Fri, 21 Jun 2019 at 15:01, Yannick FERTRE <yannick.fertre@xxxxxx> wrote:
>
> Hi Emil,
>
> The msm driver tests the return value & set state to NULL if no error is
> detected.
>
> the ltdc driver tests the return value & force to suspend if an error is
> detected.
>
> It's not exactly the same.
>
D'oh I've misread that patch as pm_runtime_force_suspend() being
called when the atomic helper succeeds.

Thanks for the correction :-)
Emil