msm: kgsl: Allow kgsl_mem_entry_put() to be deferred
If kgsl_mem_entry_put() is called in an atomic context it could
cause issues if the put leads to a kgsl_mem_entry_destroy() and
the task needs to take a mutex.
Allow the put to be deferred so the destroy happens in a non
atomic context.
Change-Id: Ic0dedbad0bd9173f4b8df1af44f9ba4f395e1e37
Signed-off-by:
Jordan Crouse <jcrouse@codeaurora.org>
Loading
Please register or sign in to comment