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

Skip to content
Commit 1d9e84cd authored by raghavendra ambadas's avatar raghavendra ambadas
Browse files

msm: mdss: Allocating pipe even cleanup map is Null



There is synchronisation issue between overlay prepare and cleanup
pipe on different frame buffers. When prepare is called on one frame buffer
and clean up of same pipe is called from other frame buffer, there are chances
where pipe is destroyed between pipe setup and wait4pipe func, because of
which cleanup map shows null and returns with out calling mdss_mdp_pipe_alloc.
To fix the issue always try to allocate pipe even when cleanup map is NULL.

Change-Id: I2abeebaef28c4937f91b7ff40cb8e0a38d1de3d4
Signed-off-by: default avatarRaghavendra Ambadas <rambad@codeaurora.org>
parent a4423695
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