mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 22:34:48 +00:00
drm/nouveau/nvkm: punt spurious irq messages to debug level
This can be completely normal in some situations (ie. non-stall intrs when nothing is waiting on them). Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Karol Herbst <kherbst@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230525003106.3853741-2-skeggsb@gmail.com
This commit is contained in:
parent
83775e158a
commit
ba1efd8e33
@ -212,8 +212,8 @@ nvkm_intr(int irq, void *arg)
|
|||||||
list_for_each_entry(intr, &device->intr.intr, head) {
|
list_for_each_entry(intr, &device->intr.intr, head) {
|
||||||
for (leaf = 0; leaf < intr->leaves; leaf++) {
|
for (leaf = 0; leaf < intr->leaves; leaf++) {
|
||||||
if (intr->stat[leaf]) {
|
if (intr->stat[leaf]) {
|
||||||
nvkm_warn(intr->subdev, "intr%d: %08x\n",
|
nvkm_debug(intr->subdev, "intr%d: %08x\n",
|
||||||
leaf, intr->stat[leaf]);
|
leaf, intr->stat[leaf]);
|
||||||
nvkm_intr_block_locked(intr, leaf, intr->stat[leaf]);
|
nvkm_intr_block_locked(intr, leaf, intr->stat[leaf]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user