projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2073ddb
)
drm/exynos/decon5433: remove useless check
author
Andrzej Hajda
<a.hajda@samsung.com>
Wed, 5 Apr 2017 07:28:37 +0000
(09:28 +0200)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 1 Jun 2017 07:21:38 +0000
(16:21 +0900)
TE IRQ is enabled only in case of sw-trigger, so trigger check
is redundant.
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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
index
1cb4b86
..
5792ca8
100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
+++ b/
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
@@
-482,9
+482,6
@@
static irqreturn_t decon_te_irq_handler(int irq, void *dev_id)
{
struct decon_context *ctx = dev_id;
- if (ctx->out_type & I80_HW_TRG)
- return IRQ_HANDLED;
-
decon_set_bits(ctx, DECON_TRIGCON, TRIGCON_SWTRIGCMD, ~0);
return IRQ_HANDLED;