drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enable
commit74ebc70622c95b3e767f62b73a3ef624c913e5dd
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 3 Feb 2016 12:42:54 +0000 (3 13:42 +0100)
committerInki Dae <daeinki@gmail.com>
Mon, 15 Feb 2016 14:25:22 +0000 (15 23:25 +0900)
tree0bd41e3035d94144fb3cf5259c66b75c89f3f90d
parentc90f950ce3b33a020292c7e7feca644a706265ca
drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enable

BIT_IRQS_ENABLED was never set because of incorrect test in
decon_vlank_enable() function, what resulted in lack of enabling vblank
support. This patch fixes this issue.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c