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

Skip to content
Commit 838b385c authored by Sandeep Panda's avatar Sandeep Panda
Browse files

drm/msm/sde: fix deadlock between ESD check and power mode update



In the current implementation there can be a scenario in which
one thread i.e. power mode update, is waiting for ESD check work
to finish by holding connector lock and at the same time in
another thread ESD work itself is waiting on connector lock to
be released. Fix this deadlock situation by releasing the connector
lock before waiting for ESD check to finish.

Change-Id: I722b8f7805c8ed3bb9328c34232dabcd97455e00
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 8cf0b1c9
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