msm: camera: isp: Reapply bubble request
In certain scenario Buf_done failures are observed
for the request which is in bubble state. Since we
never get bufdone we inadvertently are stuck
in Bubble state. This change will wait for a period
of two frames to receive bufdone and recover from bubble
state. If any bufdone IRQ is never generated within this
time period, we remove the request from active list and
add it back to pending request list.
Change-Id: Idad3528214401bde4e982807fef5de3313e9416b
Signed-off-by:
Chandan Kumar Jha <cjha@codeaurora.org>
Loading
Please register or sign in to comment