]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/dsi: mask frame-done interrupt
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 8 May 2018 09:36:58 +0000 (11:36 +0200)
committerInki Dae <inki.dae@samsung.com>
Thu, 24 May 2018 07:46:55 +0000 (16:46 +0900)
commita7781650396a041fdec2a6775cde49a9991f9f4f
treeb17b6ff73a07a7da8dfd1d4f0796b3e71e866c2b
parent4693a2cb1ccd202bd30cc4cac70f08fbd02c09f1
drm/exynos/dsi: mask frame-done interrupt

DSI driver is not really interested in this interrupt. It causes only
unnecessary code execution of interrupt handler and could possibly
cause FIFO overflow - as it triggers DSI interrupt handler to process
next DSI transfer. With this patch we will get rid of about 30 IRQ
handler calls per second.

Fixes: d1f2733c7c82 ("drm/exynos: dsi: add support for Exynos5433")
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c