commit | a44652e845739b88214adf9f40478f1ed037348d | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Thu Jul 09 08:25:42 2015 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Sun Aug 16 10:23:33 2015 +0900 |
tree | 717302815c40fae94b8fb61e56d63f02ccbdb80c | |
parent | bf56608a73444037d6960204d81662ccbdebe282 [diff] |
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>