drm/exynos: fimd: modify I80 i/f irq relevant routine
authorYoungJun Cho <yj44.cho@samsung.com>
Mon, 17 Nov 2014 13:00:12 +0000 (22:00 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:53 +0000 (18:02 +0900)
commit1c905d9508932ed85eee5469519aedc2d820458e
tree06ec9d6432813e709629af44a03603cdba0377e0
parent999d8b31fac3629b8179d7a40b7930deedadeb99
drm/exynos: fimd: modify I80 i/f irq relevant routine

For the I80 interface, the video interrupt pending register(VIDINTCON1)
should be handled in fimd_irq_handler() and the video interrupt control
register(VIDINTCON0) should be handled in fimd_enable_vblank() and
fimd_disable_vblank() like RGB interface.
So this patch moves each set / unset routines into proper positions.

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_fimd.c
This page took 0.03163 seconds and 5 git commands to generate.