Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 01aaf99f authored by Kevin Chan's avatar Kevin Chan Committed by Stephen Boyd
Browse files

msm: camera: Add separate mutex for different ioctls



Real time ioctls such as buffer operations and registers
configuration updates are timing critical. Other ioctls
such as ISP stream start/stop could take longer time to
finish because the ioctl blocks until the hardware
start/stop streaming completely. Using a separate mutex
will prevent real time operations from starving and
results in framedrop.

Change-Id: I3421b596bde53198ba4df7da9636441762c739db
Signed-off-by: default avatarKevin Chan <ktchan@codeaurora.org>
parent cd7b6874
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment