RE: [PATCH 19/27] habanalabs: capture interrupt timestamp in handler

2023-02-19 Thread Ofir Bitton
On Thu, Feb 16, 2023 16:39 PM, Stanislaw Gruszka wrote: > On Sun, Feb 12, 2023 at 10:44:46PM +0200, Oded Gabbay wrote: > > From: Ofir Bitton > > > > In order for interrupt timestamp to be more accurate we should capture > > it during the interrupt handling rather than in threaded irq context. >

Re: [PATCH 19/27] habanalabs: capture interrupt timestamp in handler

2023-02-16 Thread Stanislaw Gruszka
On Sun, Feb 12, 2023 at 10:44:46PM +0200, Oded Gabbay wrote: > From: Ofir Bitton > > In order for interrupt timestamp to be more accurate we should > capture it during the interrupt handling rather than in threaded > irq context. Why this is important to have this timestamp more accurate ?

[PATCH 19/27] habanalabs: capture interrupt timestamp in handler

2023-02-12 Thread Oded Gabbay
From: Ofir Bitton In order for interrupt timestamp to be more accurate we should capture it during the interrupt handling rather than in threaded irq context. Signed-off-by: Ofir Bitton Reviewed-by: Oded Gabbay Signed-off-by: Oded Gabbay --- drivers/accel/habanalabs/common/habanalabs.h | 2