drm/exynos/fimc: replace mutex by spinlock
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 19 May 2014 10:54:09 +0000 (12:54 +0200)
committerInki Dae <daeinki@gmail.com>
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 <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
This page took 0.032044 seconds and 5 git commands to generate.