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

Skip to content
Commit 7e471f0f authored by Prasad Sodagudi's avatar Prasad Sodagudi Committed by Stephen Boyd
Browse files

video: msm: Do not use disable_irq in the spin_lock_irqsave context



Both mdp_isr() and mdp_histogram_disable() uses the same
spin lock mdp_spin_lock variable.  One core waits for disabling
mdp_isr after acquiring mdp_spin_lock and other core in mdp_isr()
waits for spin lock mdp_spin_lock and dead lock between two cores.

Change-Id: I73a10494ab78e92fc88a348aed4f526091b51f89
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 691bc1f2
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