commit | 8d9aa980beb8664457011e57e84fea4143b214a9 | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Mon Aug 09 22:43:37 2021 +0300 |
committer | Oded Gabbay <ogabbay@kernel.org> | Wed Sep 01 18:38:24 2021 +0300 |
tree | f408777d1bb957461a9158e7650ca1d645513b2c | |
parent | 56e753d5956647f942f76611cd179bc27c739bd8 [diff] |
habanalabs: add support for f/w reset When the f/w runs in secured mode, it can reset the ASIC when certain events occur. In unsecured mode, the driver asks the f/w to reset the ASIC for those events. We need to perform the entire reset procedure but without accessing the ASIC. i.e. without halting the engines and without sending messages to the f/w. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>