RE: [PATCH 4/4] habanalabs: add notice of device not idle

2020-09-24 Thread Tomer Tayar
On Thu, Sep 24, 2020 at 10:03 AM Oded Gabbay wrote: > The device should be idle after a context is closed. If not, print a > notice. > > Signed-off-by: Oded Gabbay This patch-set is: Reviewed-by: Tomer Tayar

[PATCH 4/4] habanalabs: add notice of device not idle

2020-09-24 Thread Oded Gabbay
The device should be idle after a context is closed. If not, print a notice. Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/common/context.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/misc/habanalabs/common/context.c b/drivers/misc/habanalabs/common/context.c