commit | 3a5383a2373fd5bc5ebdd781c8ac89ab5d0cb8a4 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Wed Jun 27 19:34:56 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 29 09:42:42 2012 +0300 |
tree | f568116f7c39ee62ab42ab745946d55b48703cd6 | |
parent | ece2f1539e917a4f23c30c2cca41ed5aa127abe3 [diff] |
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: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>