]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: dsi: move TE irq handler registration position
authorYoungJun Cho <yj44.cho@samsung.com>
Mon, 17 Nov 2014 13:00:15 +0000 (22:00 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:54 +0000 (18:02 +0900)
commited01d8eda344a0b335c99a8b5737d2e12279a476
tree5525cef7a8b527c6f473b8501b38e077840dd683
parentd5276f259242550d38136fd6829749dfc748c3ee
drm/exynos: dsi: move TE irq handler registration position

The drm_helper_hpd_irq_event() does dpms control and
the panel is initialized and displayed on by it.
So the exynos_dsi_te_irq_handler() should be registered
beforehand.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c