Commit 94d07c3e authored by Suresh Vankadara's avatar Suresh Vankadara
Browse files

msm: camera: Fix for ZSL issue



In ZSL(Zero Shutter Lag) mode, only 5 buffers are
allocated. 3 buffers are with VFE and 2 buffers are
with userspace. After receiving 3rd buffer only
userspace code enqueue free buffers again to driver.
After sending 2 buffers to userspace driver is not
able to find free buffer to satisfy 3 buffer requirement.
So driver always resend it to VFE instead of userspace
and no frames to userspace.

Update driver to send the buffer to userspace and
resend the same buffer to VFE also in ZSL mode.

CRs-Fixed: 364107
Change-Id: I4111052acdb3a1973121f71d332c4d3a569c700d
Signed-off-by: default avatarSuresh Vankadara <svankada@codeaurora.org>
parent 562bc55e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment