]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7bac4fd93d0271b34dcb649fa70ef4cf507095c2
tree06ec9d6432813e709629af44a03603cdba0377e0
parentb4ea69f0bbb93ef545045b5ba703e8ed25d8cd6c
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