]> git.karo-electronics.de Git - linux-beck.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)
commitecb84157b5716f80e6569cd379f3bf560116a803
tree5525cef7a8b527c6f473b8501b38e077840dd683
parentadf67abff09110b527431512bf05461a60ef2a72
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