commit | 3292055c85aa02723b7b7a1114c4c91deefad5e4 | [log] [tgz] |
---|---|---|
author | Ofir Bitton <obitton@habana.ai> | Thu Jun 11 11:43:23 2020 +0300 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Wed Jun 24 09:09:10 2020 +0300 |
tree | aad502c3c35ffc2620bcf0a9f089f0d7bc2f9bdd | |
parent | 647e835e67421ee47b0ff8acc2808de86f7d5e01 [diff] |
habanalabs: Correct handling when failing to enqueue CB The fence release flow is different if the CS was never submitted. In that case, we don't have an hw_sob object attached that we need to "put". While if the CS was aborted, we do need to "put" the hw_sob. Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>