commit | 6ae2da9184c38e4256f51d1b47d5b8cfcaaedebc | [log] [tgz] |
---|---|---|
author | Praneeth Paladugu <ppaladug@codeaurora.org> | Tue May 28 17:29:06 2013 -0700 |
committer | Praneeth Paladugu <ppaladug@codeaurora.org> | Tue May 28 17:29:06 2013 -0700 |
tree | b12df80a04963b4396fa247b4cccbde785755cae | |
parent | cf2f44639cf9612df2cb9d546c018d9baaa5862b [diff] |
msm: vidc: Add mutex for FW load calculation When driver is calculating the load it should be protected by mutex. While this calculation is in progress if new session created then the load calcuation goes wrong. So this should be protected by mutex. Change-Id: I22dd526b1b07d9edd7d7211f63485b2059cbfe57 Signed-off-by: Praneeth Paladugu <ppaladug@codeaurora.org>