]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6260f939bf089c43c37fb0e70d44ab3e08670334
tree8d9058f2cd1161d4351db83d961b84e9fe1ebe47
parent7afbe96aa489e15fbf1ec64e99f04d4ac762d4ca
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