drm/exynos: fixed page flip bug.
authorInki Dae <inki.dae@samsung.com>
Fri, 14 Oct 2011 04:29:51 +0000 (13:29 +0900)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Oct 2011 09:01:19 +0000 (10:01 +0100)
commitccf4d883f82e10053fa5806f2cd35401012bec84
tree8d9058f2cd1161d4351db83d961b84e9fe1ebe47
parentf6b98252946496de86bd4e89a8b7ef12ec48d97c
drm/exynos: fixed page flip bug.

in case of using two drivers such as fimd and hdmi controller that
they have their own hardware interrupt, drm framework doesn't provide
pipe number corresponding to it. so the pipe should be set to event's
from specific crtc.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fimd.c