Skip to content
Commit 3a5383a2 authored by Jassi Brar's avatar Jassi Brar Committed by Tomi Valkeinen
Browse files

OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_state



State change of HDMI PHY could potentially take many millisecs, we can do
better by protecting things in hdmi_set_phy_pwr() with a mutex rather than
a spin_lock_irqsave.

Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent ece2f153
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment