summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-10-08 14:50:44 -0500
committerInki Dae <inki.dae@samsung.com>2013-05-22 11:45:56 +0900
commit94d019b87859bb984bd6c15db330d404eab3acaa (patch)
tree29943051cfa6aef816a28f9e9de97c6c4fda6330 /drivers/gpu/drm/exynos
parent4c1d8def9d5bbd642782893ccd849963f1811ae6 (diff)
downloadop-kernel-dev-94d019b87859bb984bd6c15db330d404eab3acaa.zip
op-kernel-dev-94d019b87859bb984bd6c15db330d404eab3acaa.tar.gz
drm/exynos: page flip fixes
The event wouldn't be on any list at this point, so nothing to delete it from. Signed-off-by: Rob Clark <rob@ti.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_crtc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c b/drivers/gpu/drm/exynos/exynos_drm_crtc.c
index e8894bc..02b3608 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.c
@@ -217,7 +217,6 @@ static int exynos_drm_crtc_page_flip(struct drm_crtc *crtc,
ret = drm_vblank_get(dev, exynos_crtc->pipe);
if (ret) {
DRM_DEBUG("failed to acquire vblank counter\n");
- list_del(&event->base.link);
goto out;
}
OpenPOWER on IntegriCloud