summaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos
diff options
context:
space:
mode:
authorDonghwa Lee <dh09.lee@samsung.com>2012-05-04 13:59:22 +0900
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-05-08 17:01:00 +0000
commit113b66844ccd6eb3525c50a506e90b03155fdaf4 (patch)
tree26fc3eec5684ad7e2ca8d8a37b14ea87a8ab5fac /drivers/video/exynos
parent982cfa2f0e58d51d77e03f7faeac8dba89f1cb76 (diff)
downloadlinux-113b66844ccd6eb3525c50a506e90b03155fdaf4.tar.gz
linux-113b66844ccd6eb3525c50a506e90b03155fdaf4.tar.xz
linux-113b66844ccd6eb3525c50a506e90b03155fdaf4.zip
video: EXYNOS: enable interrupt again after sw reset
When exynos_mipi_update_cfg() is called, mipi dsi registers were become sw reset. So, It needs to enable interrupt again. Signed-off-by: Donghwa Lee <dh09.lee@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c
index 557091dc0e97..49c735180bd8 100644
--- a/drivers/video/exynos/exynos_mipi_dsi.c
+++ b/drivers/video/exynos/exynos_mipi_dsi.c
@@ -102,6 +102,8 @@ static void exynos_mipi_update_cfg(struct mipi_dsim_device *dsim)
/* set display timing. */
exynos_mipi_dsi_set_display_mode(dsim, dsim->dsim_config);
+ exynos_mipi_dsi_init_interrupt(dsim);
+
/*
* data from Display controller(FIMD) is transferred in video mode
* but in case of command mode, all settigs is updated to registers.