This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/gpu
Jordan Crouse d3bab0eebf msm: kgsl: Fix the return value of kgsl_active_count_wait()
kgsl_active_count_wait() is very badly crafted.  If the active count
is already under the threshold (as it often is - a successful condition)
the conditional at the end of the function returns -ETIMEDOUT instead
of 0.  Return the proper error value so the caller can make a wise
decision based on the result.

Change-Id: Ic0dedbadb948820cf64e3131f895fa3d15247cac
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
2013-10-17 14:42:54 -07:00
..
2013-02-25 11:33:51 -08:00