Re: [PATCH 1/5] drm/panel-edp: Use ktime_get_boottime for delays

2022-11-29 Thread Doug Anderson
Hi, On Thu, Nov 17, 2022 at 1:14 PM Doug Anderson wrote: > > Hi, > > On Thu, Nov 17, 2022 at 12:39 PM Drew Davenport > wrote: > > > > ktime_get is based on CLOCK_MONOTONIC which stops on suspend. On > > suspend, the time that the panel was powerd off is recorded with > > ktime_get, and on resum

Re: [PATCH 1/5] drm/panel-edp: Use ktime_get_boottime for delays

2022-11-17 Thread Doug Anderson
Hi, On Thu, Nov 17, 2022 at 12:39 PM Drew Davenport wrote: > > ktime_get is based on CLOCK_MONOTONIC which stops on suspend. On > suspend, the time that the panel was powerd off is recorded with > ktime_get, and on resume this time is compared to the current ktime_get > time to determine if the d

[PATCH 1/5] drm/panel-edp: Use ktime_get_boottime for delays

2022-11-17 Thread Drew Davenport
ktime_get is based on CLOCK_MONOTONIC which stops on suspend. On suspend, the time that the panel was powerd off is recorded with ktime_get, and on resume this time is compared to the current ktime_get time to determine if the driver should wait for the panel to power down completely before re-enab