msm: kgsl: Ensure signals do not cause waits to end early
Move to using uninterruptible (which will bail if any signal is received) when waiting on events. A signal was causing the wait to finish prematurely, freeing memory while the GPU was still using it. This caused quite a few page faults and the device to become unstable. Change-Id: Ic0dedbade9143c9377830a209c3ffd252aa9668b Signed-off-by:Carter Cooper <ccooper@codeaurora.org> Signed-off-by:
Jordan Crouse <jcrouse@codeaurora.org>
Loading
Please register or sign in to comment