RE: [PATCH] habanalabs: don't reset device when getting VRHOT

2019-07-22 Thread Omer Shpigelman
From: Oded Gabbay Sent: Sunday, 21 July 2019 17:28 > VRHOT event from the F/W indicates the device has reached a temperature > of > 100 Celsius degrees. In this case, the driver should only print this > information > to the kernel log. The device will shutdown itself automatically when >

[PATCH] habanalabs: don't reset device when getting VRHOT

2019-07-21 Thread Oded Gabbay
VRHOT event from the F/W indicates the device has reached a temperature of 100 Celsius degrees. In this case, the driver should only print this information to the kernel log. The device will shutdown itself automatically when reaching 125 degrees. Signed-off-by: Oded Gabbay ---