projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63305de
)
drm/nvc0: push prunk140 irq messages to debug loglevel
author
Ben Skeggs
<bskeggs@redhat.com>
Sun, 19 Jun 2011 10:50:59 +0000
(20:50 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 23 Jun 2011 06:04:32 +0000
(16:04 +1000)
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>
drivers/gpu/drm/nouveau/nvc0_graph.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvc0_graph.c
b/drivers/gpu/drm/nouveau/nvc0_graph.c
index 56aa92fddc058e736d6c850e88c11b5e8836d936..39e9208a708c15b518b9954258e89e4c2fe22cf6 100644
(file)
--- 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);
}
}