diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2013-01-03 14:44:04 +0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2013-01-07 08:58:37 +0400 |
commit | 663d8766702c8bb8da31b040b6d6e900b09edbf7 (patch) | |
tree | ff627211888040e0273a46588487a90ebd16be4d /drivers/gpu/drm/exynos/exynos_drm_crtc.h | |
parent | 28998afa1380a4ba7ad2d5e9a2ab76a15417b8b1 (diff) | |
download | linux-663d8766702c8bb8da31b040b6d6e900b09edbf7.tar.xz |
drm/exynos: move finish page flip to a common place
This patch implements the exynos_drm_crtc_finish_pageflip in
exynos_drm_crtc.c. This avoids the duplication of same code
in mixer, fimd and vidi.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Stephane Marchesin <marcheu@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_crtc.h')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_crtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.h b/drivers/gpu/drm/exynos/exynos_drm_crtc.h index 8ac3969bb35b..3e197e6ae7d9 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.h +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.h @@ -18,5 +18,6 @@ int exynos_drm_crtc_create(struct drm_device *dev, unsigned int nr); int exynos_drm_crtc_enable_vblank(struct drm_device *dev, int crtc); void exynos_drm_crtc_disable_vblank(struct drm_device *dev, int crtc); +void exynos_drm_crtc_finish_pageflip(struct drm_device *dev, int crtc); #endif |