Skip to content

Commit

Permalink
drm/i915: Remove idle timer debugging messages
Browse files Browse the repository at this point in the history
These have served their purpose and are now just noise in the debug
stream.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Sep 24, 2010
1 parent 428d2e8 commit 3eee179
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 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 3eee179

Please sign in to comment.