Bug 219507
Summary: | nouveau: GeForce GT 710: irq 166 handler nvkm_intr+0x0/0x1b3 [nouveau] enabled interrupts | ||
---|---|---|---|
Product: | Drivers | Reporter: | Paul Osmialowski (newchief) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED ANSWERED | ||
Severity: | high | CC: | linux-kernel |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Paul Osmialowski
2024-11-18 10:53:26 UTC
I've just made an accidental discovery: this does not happen when I'm using HDMI output only. And that's a huge degradation, as I'm so got used to work with two-monitor setup like this: $ xrandr Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384 DVI-D-1 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 521mm x 293mm 1920x1080 60.00*+ 1680x1050 59.88 1280x1024 75.02 60.02 1440x900 59.90 1280x960 60.00 1280x800 59.91 1152x864 75.00 1280x720 60.00 1024x768 75.03 70.07 60.00 832x624 74.55 800x600 72.19 75.00 60.32 56.25 640x480 75.00 66.67 59.94 720x400 70.08 HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm 1920x1080 60.00*+ 74.97 50.00 59.94 1920x1080i 60.00 50.00 59.94 1680x1050 59.88 1600x900 60.00 1280x1024 75.02 60.02 1280x800 59.91 1152x864 75.00 1280x720 60.00 50.00 59.94 1024x768 75.03 60.00 832x624 74.55 800x600 75.00 60.32 720x576 50.00 720x480 60.00 59.94 640x480 75.00 60.00 59.94 720x400 70.08 VGA-1 disconnected (normal left inverted right x axis y axis) Please check 6.12 and if it's still affected repost here: https://gitlab.freedesktop.org/drm/nouveau/-/issues/ Ah yes yes, I've unmasked 6.12.0-gentoo and it happens there too. As suggested, I've opened freedesktop issue: https://gitlab.freedesktop.org/drm/nouveau/-/issues/394 I came across this page: https://bugs.mageia.org/show_bug.cgi?id=31695 and tried the workaround presented on it, I've created /etc/X11/xorg.conf as such: Section "Device" Identifier "device1" Driver "nouveau" Option "DPMS" Option "NoAccel" "true" EndSection And the problem is gone. Of course, this is only workaround, not a solution. I get a very similar thing with kernel 6.13.5, and an (OK, it's ancient) nVidia GeForce 8600 GT (G84): irq 25 handler nvkm_intr+0x0/0x210 enabled interrupts WARNING: CPU: 1 PID: 1355 at kernel/irq/handle.c:161 __handle_irq_event_percpu (kernel/irq/handle.c:161 (discriminator 1)) ... I also have some other diagnostics from nouveau in dmesg - 5 copies of this, about 12 seconds before the kernel WARNING: nouveau 0000:01:00.0: fifo: DMA_PUSHER - ch 3 [sddm-greeter-qt[1199]] get 0000216004 put 0000216088 ib_get 00000007 ib_put 00000008 state 800081a4 (err: INVALID_CMD) push 00406040 I'll try the workaround suggested above; and take any findings on to the linked freedesktop issue. |