+1
−1
+35
−24
+47
−10
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>