summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvc0_graph.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-06-19 14:50:59 +0400
committerBen Skeggs <bskeggs@redhat.com>2011-06-23 10:04:32 +0400
commit0b33c936599d75b8d8ff6868fa0cbd5676d88b89 (patch)
tree2f5242f4369cdc88344d13241d328492f00d0202 /drivers/gpu/drm/nouveau/nvc0_graph.c
parent63305de75febc2b7f3252a8b9210e2ec84601640 (diff)
downloadlinux-0b33c936599d75b8d8ff6868fa0cbd5676d88b89.tar.xz
drm/nvc0: push prunk140 irq messages to debug loglevel
We know they happen, we don't know why. They're annoying, so hide them from users for the moment. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c
index 56aa92fddc05..39e9208a708c 100644
--- a/drivers/gpu/drm/nouveau/nvc0_graph.c
+++ b/drivers/gpu/drm/nouveau/nvc0_graph.c
@@ -709,7 +709,7 @@ nvc0_runk140_isr(struct drm_device *dev)
u32 st0 = nv_mask(dev, reg + 0x1020, 0, 0);
u32 st1 = nv_mask(dev, reg + 0x1420, 0, 0);
- NV_INFO(dev, "PRUNK140: %d 0x%08x 0x%08x\n", unit, st0, st1);
+ NV_DEBUG(dev, "PRUNK140: %d 0x%08x 0x%08x\n", unit, st0, st1);
units &= ~(1 << unit);
}
}