]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/exynos/decon5433: kill BIT_IRQS_ENABLED flag
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 5 Apr 2017 07:28:33 +0000 (09:28 +0200)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Jun 2017 07:21:38 +0000 (16:21 +0900)
commit358eccc0eec8d76db7221f6d51d7d528c656ef46
tree22a25d1d821bd595b868497c5c6451054fc52f7c
parentb37d53a0382c03064e6fee3ea1fdc77caf4906c6
drm/exynos/decon5433: kill BIT_IRQS_ENABLED flag

Since DECON uses enable_irq/disable_irq to full control IRQs,
there is no point in having flags to trace it separately.
As a bonus condition for software trigger becomes always true,
so it can be removed.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c