msm: camera: add different mutex lock for QBUF/DQBUF
In liveshot case stream on is in progress and
it take ~90msecs on 8952. DQBUF/QBUF is stuck
at mutex lock as same mutex lock is used
in msm_post_event,it leads to framedrop.
To avoid this create a separate mutex lock for
QBUF/DQBUF.
Change-Id: I86348313416500c9f75d9920df100d24c7d9fa5b
Signed-off-by:
Manish Poddar <mpoddar@codeaurora.org>
Loading
Please register or sign in to comment