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

Skip to content
Commit d3059b59 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

msm: vidc: Fix wait timeout issue



If client has not unregistered any registered buffers
then driver attempts to unregister the buffers with
video firmware in msm_cvp_inst_deinit(). If the buffer
is removed from the registered buffer list before waiting
for the unregister buffer done event from video firmware
results in wait timeout error. Hence do not remove buffer
from the register buffer list before waiting but remove
after waiting is over to resolve the error.

Change-Id: Iea41de3caf137fb9f138f9a73bbdeb56793584c6
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 8ecd48cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment