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

Skip to content
Commit 7d25cb02 authored by Abhilash Kumar's avatar Abhilash Kumar Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: cdm: Avoid presence of stale tags in BL_FIFO



There is a possibility that some bl_tag might remain in the
bl_list used by the KMD for BL_FIFO representation. This can
cause timeout failures for init packet if the stale entry
gets matched with the newly assigned tag.
To avoid this, call the cdm_callback for all the entries in
the list till we reach the one gen_irq was received for.
As the BL_FIFO works in FIFO fashion, no next IRQ will get
triggered before the first entry is done with.

Change-Id: I4d9640cd4e655f421d4fd1390efde819258caf30
Signed-off-by: default avatarAbhilash Kumar <krabhi@codeaurora.org>
Signed-off-by: default avatarChandan Gera <cgera@codeaurora.org>
parent b6e5f251
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment