projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1d8de
)
drm/exynos: page flip fixes
author
Rob Clark
<rob@ti.com>
Mon, 8 Oct 2012 19:50:44 +0000
(14:50 -0500)
committer
Inki Dae
<inki.dae@samsung.com>
Wed, 22 May 2013 02:45:56 +0000
(11:45 +0900)
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>
drivers/gpu/drm/exynos/exynos_drm_crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_crtc.c
b/drivers/gpu/drm/exynos/exynos_drm_crtc.c
index e8894bc9e6d5edf0ecf07cea5078f3961191030d..02b36080d00bf009f62d171db364e520c8c49884 100644
(file)
--- 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;
}