Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376371
b: refs/heads/master
c: c5cca97
h: refs/heads/master
i:
  376369: 4e8614a
  376367: 6c537e6
v: v3
  • Loading branch information
Rob Clark authored and Inki Dae committed May 23, 2013
1 parent 7b0adc4 commit 84902bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94d019b87859bb984bd6c15db330d404eab3acaa
refs/heads/master: c5cca97fb915a90b1dcddf737062e67dd8656af8
10 changes: 2 additions & 8 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ void exynos_drm_crtc_finish_pageflip(struct drm_device *dev, int crtc)
{
struct exynos_drm_private *dev_priv = dev->dev_private;
struct drm_pending_vblank_event *e, *t;
struct timeval now;
unsigned long flags;

DRM_DEBUG_KMS("%s\n", __FILE__);
Expand All @@ -410,13 +409,8 @@ void exynos_drm_crtc_finish_pageflip(struct drm_device *dev, int crtc)
if (crtc != e->pipe)
continue;

do_gettimeofday(&now);
e->event.sequence = 0;
e->event.tv_sec = now.tv_sec;
e->event.tv_usec = now.tv_usec;

list_move_tail(&e->base.link, &e->base.file_priv->event_list);
wake_up_interruptible(&e->base.file_priv->event_wait);
list_del(&e->base.link);
drm_send_vblank_event(dev, -1, e);
drm_vblank_put(dev, crtc);
}

Expand Down

0 comments on commit 84902bc

Please sign in to comment.