commit | adeb6f44858c7b0665847545374532ebdcf04a91 | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Thu Sep 22 11:36:13 2016 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Sat Oct 01 00:39:33 2016 +0900 |
tree | f71f4519533b98248fcf8aa801aa87eee6ca1b39 | |
parent | c0d656dd2d76db1e7db61609ec8549d38ce0bbff [diff] |
drm/exynos: mixer: convert booleans to flags in mixer context The mixer context struct already has a 'flags' field, so we can use it to store the 'interlace', 'vp_enabled' and 'has_sclk' booleans. We use the non-atomic helper functions to access these bits. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>