]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/mixer: simplify poweron flag
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 9 Jul 2015 06:25:42 +0000 (08:25 +0200)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 01:23:33 +0000 (10:23 +0900)
commit819bd9d80135a311527077a60fe7283737de6241
tree717302815c40fae94b8fb61e56d63f02ccbdb80c
parent8a80e6da409ec69f3541fb1fde6faed385093b9c
drm/exynos/mixer: simplify poweron flag

The driver uses bool protected by mutex to track power state.
The patch replaces this combo with single bit and atomic bitops.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c