Re: [PATCH 2/5] drm/panel-samsung-atna33xc20: Use ktime_get_boottime for delays

From: Doug Anderson
Date: Tue Nov 29 2022 - 17:29:03 EST


Hi,

On Thu, Nov 17, 2022 at 1:14 PM Doug Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> Hi,
>
> On Thu, Nov 17, 2022 at 12:39 PM Drew Davenport <ddavenport@xxxxxxxxxxxx> wrote:
> >
> > ktime_get_boottime continues while the device is suspended. This change
> > ensures that the resume path will not be delayed if the power off delay
> > has already been met while the device is suspended
> >
> > Signed-off-by: Drew Davenport <ddavenport@xxxxxxxxxxxx>
> > ---
> >
> > drivers/gpu/drm/panel/panel-samsung-atna33xc20.c | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
>
> You could have carried over from v1 [1]:
>
> ...which I guess also means that technically this series should have
> been marked v2, but not a huge deal.
>
> Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
>
> [1] https://lore.kernel.org/r/20221110145102.1.I51639dc112bbbe27259df6bdad56dbabd655d91a@changeid

Pushed to drm-misc-next:

62e43673ca84 drm/panel-samsung-atna33xc20: Use ktime_get_boottime for delays