commit | 32c26a56af3ae823a883e926b96e3ff00854e6a8 | [log] [tgz] |
---|---|---|
author | Liu Ying <gnuiyl@gmail.com> | Mon Mar 14 16:10:08 2016 +0800 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Thu Mar 31 11:24:30 2016 +0200 |
tree | 6e7e595a598a4921a2fb047a4bbf4a2e56ddd156 | |
parent | 1cc9daea2a79720cdd8b13ce97515bf1b2b41939 [diff] |
gpu: ipu-v3: ipu-dmfc: Protect function ipu_dmfc_init_channel() with mutex To avoid race condition issue, we should protect the function ipu_dmfc_init_channel() with the mutex dmfc->priv->mutex, since it configures the register DMFC_GENERAL1 at runtime which contains several control bits for various display channels. This matches better with fine grained locking logic in upper layer. Signed-off-by: Liu Ying <gnuiyl@gmail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>