summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorChris Wilson2009-12-08 23:12:06 +0100
committerEric Anholt2009-12-09 08:40:47 +0100
commit4f8d619cc3ab805aa1726c1dfe196a0705b955bd (patch)
tree47a007724c65a3d3123dba8f4ec67e5baa529769 /drivers/gpu
parentdrm/i915: restore render clock gating on resume (diff)
downloadkernel-qcow2-linux-4f8d619cc3ab805aa1726c1dfe196a0705b955bd.tar.gz
kernel-qcow2-linux-4f8d619cc3ab805aa1726c1dfe196a0705b955bd.tar.xz
kernel-qcow2-linux-4f8d619cc3ab805aa1726c1dfe196a0705b955bd.zip
drm/i915: Remove a debugging printk from hangcheck
A residual bare printk survived the merger of the hang detector, remove this debugging left-over. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/i915_irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index a31c9d5e29f3..a1345d78e138 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -538,7 +538,6 @@ static void i915_handle_error(struct drm_device *dev, bool wedged)
/*
* Wakeup waiting processes so they don't hang
*/
- printk("i915: Waking up sleeping processes\n");
DRM_WAKEUP(&dev_priv->irq_queue);
}