Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218095
b: refs/heads/master
c: 3eee179
h: refs/heads/master
i:
  218093: 9c42d15
  218091: f9b5f35
  218087: 24cc83d
  218079: 4e45ffe
v: v3
  • Loading branch information
Chris Wilson committed Sep 24, 2010
1 parent bb78131 commit d560910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 428d2e828c0a68206e5158a42451487601dc9194
refs/heads/master: 3eee1794ac14f160338622ea57dcace7382ceb8f
4 changes: 0 additions & 4 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -4693,8 +4693,6 @@ static void intel_gpu_idle_timer(unsigned long arg)
struct drm_device *dev = (struct drm_device *)arg;
drm_i915_private_t *dev_priv = dev->dev_private;

DRM_DEBUG_DRIVER("idle timer fired, downclocking\n");

dev_priv->busy = false;

queue_work(dev_priv->wq, &dev_priv->idle_work);
Expand All @@ -4708,8 +4706,6 @@ static void intel_crtc_idle_timer(unsigned long arg)
struct drm_crtc *crtc = &intel_crtc->base;
drm_i915_private_t *dev_priv = crtc->dev->dev_private;

DRM_DEBUG_DRIVER("idle timer fired, downclocking\n");

intel_crtc->busy = false;

queue_work(dev_priv->wq, &dev_priv->idle_work);
Expand Down

0 comments on commit d560910

Please sign in to comment.