diff options
author | Liu Ying <gnuiyl@gmail.com> | 2016-03-14 11:10:08 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-03-31 12:24:30 +0300 |
commit | 32c26a56af3ae823a883e926b96e3ff00854e6a8 (patch) | |
tree | 6e7e595a598a4921a2fb047a4bbf4a2e56ddd156 /include | |
parent | 1cc9daea2a79720cdd8b13ce97515bf1b2b41939 (diff) | |
download | linux-32c26a56af3ae823a883e926b96e3ff00854e6a8.tar.xz |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions