drm/exynos: mixer: convert booleans to flags in mixer context
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Thu, 22 Sep 2016 02:36:13 +0000 (11:36 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 30 Sep 2016 15:39:33 +0000 (00:39 +0900)
commitadeb6f44858c7b0665847545374532ebdcf04a91
treef71f4519533b98248fcf8aa801aa87eee6ca1b39
parentc0d656dd2d76db1e7db61609ec8549d38ce0bbff
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>
drivers/gpu/drm/exynos/exynos_mixer.c