Re: [PATCH 1/2] drm/msm: Move hangcheck timer restart

2022-08-04 Thread Rob Clark
On Thu, Aug 4, 2022 at 12:53 AM Akhil P Oommen wrote: > > On 8/4/2022 1:59 AM, Rob Clark wrote: > > On Wed, Aug 3, 2022 at 12:52 PM Akhil P Oommen > > wrote: > >> On 8/3/2022 10:53 PM, Rob Clark wrote: > >>> From: Rob Clark > >>> > >>> Don't directly restart the hangcheck timer from the timer

Re: [PATCH 1/2] drm/msm: Move hangcheck timer restart

2022-08-04 Thread Akhil P Oommen
On 8/4/2022 1:59 AM, Rob Clark wrote: On Wed, Aug 3, 2022 at 12:52 PM Akhil P Oommen wrote: On 8/3/2022 10:53 PM, Rob Clark wrote: From: Rob Clark Don't directly restart the hangcheck timer from the timer handler, but instead start it after the recover_worker replays remaining jobs. If the

Re: [PATCH 1/2] drm/msm: Move hangcheck timer restart

2022-08-03 Thread Rob Clark
On Wed, Aug 3, 2022 at 12:52 PM Akhil P Oommen wrote: > > On 8/3/2022 10:53 PM, Rob Clark wrote: > > From: Rob Clark > > > > Don't directly restart the hangcheck timer from the timer handler, but > > instead start it after the recover_worker replays remaining jobs. > > > > If the kthread is

Re: [PATCH 1/2] drm/msm: Move hangcheck timer restart

2022-08-03 Thread Akhil P Oommen
On 8/3/2022 10:53 PM, Rob Clark wrote: From: Rob Clark Don't directly restart the hangcheck timer from the timer handler, but instead start it after the recover_worker replays remaining jobs. If the kthread is blocked for other reasons, there is no point to immediately restart the timer.

[PATCH 1/2] drm/msm: Move hangcheck timer restart

2022-08-03 Thread Rob Clark
From: Rob Clark Don't directly restart the hangcheck timer from the timer handler, but instead start it after the recover_worker replays remaining jobs. If the kthread is blocked for other reasons, there is no point to immediately restart the timer. Fixes a random symptom of the problem fixed