Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163973
b: refs/heads/master
c: 01dfba9
h: refs/heads/master
i:
  163971: 4e90329
v: v3
  • Loading branch information
Eric Anholt committed Sep 6, 2009
1 parent d927272 commit 7607c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0ef82af7253c1929a3995f271b8b0db462d1a0c3
refs/heads/master: 01dfba93d9dfcf6d7abfc55ff5d9d6e76fa01ba0
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@ static void intel_gpu_idle_timer(unsigned long arg)

dev_priv->busy = false;

schedule_work(&dev_priv->idle_work);
queue_work(dev_priv->wq, &dev_priv->idle_work);
}

void intel_increase_renderclock(struct drm_device *dev, bool schedule)
Expand Down Expand Up @@ -3335,7 +3335,7 @@ static void intel_crtc_idle_timer(unsigned long arg)

intel_crtc->busy = false;

schedule_work(&dev_priv->idle_work);
queue_work(dev_priv->wq, &dev_priv->idle_work);
}

static void intel_increase_pllclock(struct drm_crtc *crtc, bool schedule)
Expand Down

0 comments on commit 7607c41

Please sign in to comment.