]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: HDMI: Add locking for hdmi interface set timing functions
authorArchit Taneja <archit@ti.com>
Tue, 14 Aug 2012 19:10:31 +0000 (00:40 +0530)
committerArchit Taneja <archit@ti.com>
Wed, 15 Aug 2012 10:18:23 +0000 (15:48 +0530)
commit1aa41f1f915986de147884018fc55e9573eb5f03
tree00f80e92e37d50579532e481e4a3eab52bac3d1b
parent18f1bb421f9467fca12db8c487063ddba9900b4c
OMAPDSS: HDMI: Add locking for hdmi interface set timing functions

The hdmi interface driver exposes functions to the hdmi panel driver to
configure the interface timings maintained by the hdmi driver.

These timings(stored in hdmi.ip_data.cfg) should be protected by the hdmi lock
to ensure they are called sequentially, this is similar to how hdmi enable and
disable functions need locking.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/hdmi.c