]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos/mixer: always update INT_EN cache
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 9 Jul 2015 06:25:41 +0000 (08:25 +0200)
committerInki Dae <inki.dae@samsung.com>
Tue, 11 Aug 2015 08:21:35 +0000 (17:21 +0900)
commit2c5f70ef58171943c0d9a89590b2bf9ee437ec48
treef6a3ecc6d7192cb7da8ec5e8a4a5cc4bdfe1d3ea
parent4f98f9446f0ec9bc7d1e9274a74e58b04ae48ead
drm/exynos/mixer: always update INT_EN cache

INT_EN cache field was updated only by mixer_enable_vblank.
The patch adds update also by mixer_disable_vblank function.

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