msm: camera: Maintain buffer queue in isp buf manager
we encountered a problem where we try to free one
of buffers from previous ion session and this results
in a BUG_ON because of mismatch of ion_handles.
Inorder to avoid this we maintain a queue for
all the buffers during prepare buf and we unprepare only
if the buffer is present in this queue.
Change-Id: I02d37a94d55bb199fbcfeed9bbbfa471a70850ac
Signed-off-by:
Aditya Jonnalagadda <ajonnala@codeaurora.org>
Loading
Please register or sign in to comment