diff options
author | Inki Dae <inki.dae@samsung.com> | 2015-12-24 17:24:35 +0900 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2016-01-13 00:16:38 +0900 |
commit | d619894cf5c6a74a2e53a4701938dd4dd6736c60 (patch) | |
tree | f7e0ed39651a9f978cedaf67fc91cf58560e1393 /drivers/gpu/drm/exynos/exynos_drm_crtc.h | |
parent | 3dbaab16c4cddbbb03ad7ed1a0285605a9cc4016 (diff) | |
download | talos-obmc-linux-d619894cf5c6a74a2e53a4701938dd4dd6736c60.tar.gz talos-obmc-linux-d619894cf5c6a74a2e53a4701938dd4dd6736c60.zip |
drm/exynos: crtc: do not wait for the scanout completion
This patch removes exynos_drm_crtc_complete_scanout function call
which makes sure for overlay data to be updated to real hardware
when drm driver is released.
With atomic modeset support, it doesn't need the funtion anymore
because atomic modeset interface makes sure that.
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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.h b/drivers/gpu/drm/exynos/exynos_drm_crtc.h index f9f365bd0257..6a581a8af465 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.h +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.h @@ -28,7 +28,6 @@ void exynos_drm_crtc_disable_vblank(struct drm_device *dev, unsigned int pipe); void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc); void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc, struct exynos_drm_plane *exynos_plane); -void exynos_drm_crtc_complete_scanout(struct drm_framebuffer *fb); /* This function gets pipe value to crtc device matched with out_type. */ int exynos_drm_crtc_get_pipe_from_type(struct drm_device *drm_dev, |