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

Skip to content
Commit 9e0b6978 authored by Sumukh Hallymysore Ravindra's avatar Sumukh Hallymysore Ravindra
Browse files

msm: synx: fix merged synx sharing across processes



Import of merged synx obj will fail if the release on merged
synx obj by the exporting process finishes before import.
Even though the backed dma fence is reference counted, synx
metadata for the merged obj is not. So release would remove
synx data resulting in failure of import function.
This change saves information of exported synx handles in
a list (this would work for both merged and individual synxs)
which wont be cleared until successfully imported.

Change-Id: I18007112d469db55667b7604423d78a2febc706a
Signed-off-by: default avatarSumukh Hallymysore Ravindra <shallymy@codeaurora.org>
parent b482dc81
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