commit | 72d465aabccfc0ab8d27858b9d83967313bf02a9 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Mon May 19 12:54:09 2014 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Mon Jun 02 02:07:11 2014 +0900 |
tree | bd159dbbfaeeda0c3f2b6163e9b9631fe7c29531 | |
parent | acd8afa82447be541df3e1d5759cf7fe16b5ea74 [diff] |
drm/exynos/fimc: replace mutex by spinlock Function fimc_dst_set_buf_seq is called by irq handler so it should not use mutexes. This patch fixes it. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>