commit | 5b90e59d55d94aa939fae941db4a0e613e6ecc1e | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Tue Nov 30 23:08:21 2021 +0200 |
committer | Oded Gabbay <ogabbay@kernel.org> | Sun Dec 26 08:59:08 2021 +0200 |
tree | e3226113771d41c167d633b5db227728f3e68b92 | |
parent | 4337b50b5fe5ee64c821790f601ee6153bb9f027 [diff] |
habanalabs: remove compute context pointer It was an error to save the compute context's pointer in the device structure, as it allowed its use without proper ref-cnt. Change the variable to a flag that only indicates whether there is an active compute context. Code that needs the pointer will now be forced to use proper internal APIs to get the pointer. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>