msm: camera: isp: Dual vfe enable write master sync
In case of non bundled stream on, sensor is already streaming
hence enabling of write master in kernel is done at sof irq.
Userspace session thread waits till sof before issuing start
axi to kernel but due to timing delays this is received very
close to next sof. This causes one vfe to enable write master
before the other. In short write masters of two vfes get enabled
across frame boundary which reults in split.
This fix enables write masters from single thread of right vfe
to maintain both vfes in sync.
Change-Id: If3b278de80d075cced6435fff5e073323a57643b
Signed-off-by:
Sagar Gore <sgore@codeaurora.org>
Loading
Please register or sign in to comment