commit | ed1aa9003bc359a3139cbd6c31eb834fa71b26d9 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Wed Aug 15 00:40:31 2012 +0530 |
committer | Archit Taneja <archit@ti.com> | Wed Aug 15 15:48:23 2012 +0530 |
tree | 00f80e92e37d50579532e481e4a3eab52bac3d1b | |
parent | 7849398fa28c21dad24292b838b059a862f99f16 [diff] |
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>