Summary: | k520 card produce high volume of IRQ | ||
---|---|---|---|
Product: | xorg | Reporter: | Mathieu Maret <mmaret> |
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> |
Status: | RESOLVED MOVED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Created attachment 125819 [details]
vbios ROM
Created attachment 125821 [details]
dmesg with debug (nouveau.debug=debug drm.debug=0xe)
With another try having modeset=2 does not produce a normal amount of IRQ. Sorry for the error, it should be due to the randomness of the issue :/ Created attachment 125864 [details]
perf report from perf record -ag
Created attachment 125865 [details]
perf report from perf record -g -C 7
Created attachment 125866 [details]
result from 'cat /proc/interrupts > irq ; sleep 1; cat /proc/interrupts >>irq'
The irq file show that the IRQ on nvkm happens 140954 times in 1 sec. The perf reports does not show things related to nvkm, but I may not have use the right options for perf Disabling MSI interrupts (with config="NvMSI=0") reduce the number of IRQ to about 1k/s Created attachment 129412 [details]
Tracing using ftrace during 1sec
This issue can be reproduce on 4.10-rc10 -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/280. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 125818 [details] dmesg Amazon propose computer with k520(GK104) GPU for virtualisation (Xen). You can use Ubuntu LTS on it for example. When inserting the nouveau driver, /proc/interrupts report that nvkm is doing ~100000 interrupts/sec. This have been tested on kernel 4.4.0 and 4.4.13. On amazon, you do not control the real hardware where your system will be run. It appear that sometimes, this issue do not happen. May be this could be due to vbios version ? Forcing nouveau in headless mode (modeset=2) produce a normal amount of IRQ.