commit | 929cbab5b3c8be3038b95e7443adbe23c223d8dc | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Tue Aug 03 08:13:39 2021 +0300 |
committer | Oded Gabbay <ogabbay@kernel.org> | Wed Sep 01 18:38:24 2021 +0300 |
tree | 21ef1c48e846b1d09c55157356cf37c17946ee79 | |
parent | 60d86e74df306795e97f7404ccaf89ec1019448c [diff] |
habanalabs/gaudi: restore user registers when context opens Because we don't have multiple contexts in GAUDI, and to minimize calls to is_idle function (which uses many register reads), move the call to clear the user registers to the opening of the single user context. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>