Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
habanalabs: patched cb equals user cb in device memset
During device memory memset, the driver allocates and use a CB (command buffer). To reuse existing code, it keeps a pointer to the CB in two variables, user_cb and patched_cb. Therefore, there is no need to "put" both the user_cb and patched_cb, as it will cause an underflow of the refcnt of the CB. Signed-off-by: Oded Gabbay <[email protected]>
- Loading branch information