drm/exynos/fimc: replace mutex by spinlock
authorAndrzej Hajda <[email protected]>
Mon, 19 May 2014 10:54:09 +0000 (12:54 +0200)
committerInki Dae <[email protected]>
Sun, 1 Jun 2014 17:07:11 +0000 (02:07 +0900)
commit72d465aabccfc0ab8d27858b9d83967313bf02a9
treebd159dbbfaeeda0c3f2b6163e9b9631fe7c29531
parentacd8afa82447be541df3e1d5759cf7fe16b5ea74
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 <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
drivers/gpu/drm/exynos/exynos_drm_fimc.c