bugzilla-daemon at freedesktop.org
2017-Feb-22 19:16 UTC
[Nouveau] [Bug 99913] New: [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 Bug ID: 99913 Summary: [G96] Reclocking fails on voltage Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: ppaalanen at gmail.com QA Contact: xorg-team at lists.x.org Attempting to set the performance level to 15 on my laptop results in errors. nouveau 0000:01:00.0: NVIDIA G96 (096500a1) nouveau 0000:01:00.0: bios: version 62.94.3c.00.15 nouveau 0000:01:00.0: fb: 512 MiB GDDR3 The kernel module has options: config=NvClkMode=15 That leads to errors: nouveau 0000:01:00.0: clk: failed to raise voltage: -22 ... nouveau 0000:01:00.0: clk: error setting pstate 3: -22 After that the contents of /sys/kernel/debug/dri/0/pstate are: 03: core 169 MHz shader 338 MHz memory 100 MHz 05: core 275 MHz shader 550 MHz memory 300 MHz 07: core 400 MHz shader 800 MHz memory 300 MHz 0f: core 625 MHz shader 1563 MHz memory 800 MHz AC DC * AC: core 275 MHz shader 550 MHz memory 799 MHz Kernel log and VBIOS will follow. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170222/02f1f22b/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Feb-22 19:20 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #1 from Pekka Paalanen <ppaalanen at gmail.com> --- Created attachment 129840 --> https://bugs.freedesktop.org/attachment.cgi?id=129840&action=edit VBIOS from /sys/kernel/debug/dri/0/vbios.rom -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170222/3508d790/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Feb-22 19:21 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> --- This is probably apparent to anyone investigating, but for your benefit... what's happening is that memory reclock works fine, but changing core/shader clocks requires a voltage adjustment, and that fails. So your core/shader clocks remain unchanged, while memory gets reclocked. Without looking at your VBIOS, I suspect if you first clock to 07 and then to 0f, you'll be able to get 07's core/shader speeds and the faster memory clock. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170222/9531446a/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Feb-22 19:25 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #3 from Pekka Paalanen <ppaalanen at gmail.com> --- Created attachment 129841 --> https://bugs.freedesktop.org/attachment.cgi?id=129841&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170222/48bd47ba/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Feb-22 19:31 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #4 from Pekka Paalanen <ppaalanen at gmail.com> --- (In reply to Ilia Mirkin from comment #2)> Without looking at your VBIOS, I suspect if you first clock to 07 and then > to 0f, you'll be able to get 07's core/shader speeds and the faster memory > clock.That's a good idea, and it indeed seems to be working. I ended up with: 03: core 169 MHz shader 338 MHz memory 100 MHz 05: core 275 MHz shader 550 MHz memory 300 MHz 07: core 400 MHz shader 800 MHz memory 300 MHz 0f: core 625 MHz shader 1563 MHz memory 800 MHz AC DC * AC: core 400 MHz shader 800 MHz memory 799 MHz -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170222/9e1135c1/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2017-Feb-23 00:06 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #5 from Ilia Mirkin <imirkin at alum.mit.edu> --- Huh. Well, this is what's in the vbios: Voltage table at 0xd0c9. Version 32. Header: 0x0000d0c9: 20 06 02 04 00 01 mask = 0x1 2 entries -- Vid = 0x0, voltage = 890000 <C2><B5>V -- -- GPIO tag 0x4(VID) data (logic 0) -- 0x0000d0cf: 59 00 00 00 -- Vid = 0x1, voltage = 1050000 <C2><B5>V -- -- GPIO tag 0x4(VID) data (logic 1) -- 0x0000d0d3: 69 01 00 00 -- ID 0x3 Core 169MHz Memory 100MHz Shader 338MHz Vdec 169MHz Dom6 208MHz Voltage 89[*10mV] Timing 0 Fan 100 PCIe link width 1 -- -- ID 0x5 Core 275MHz Memory 300MHz Shader 550MHz Vdec 275MHz Dom6 277MHz Voltage 89[*10mV] Timing 16 Fan 100 PCIe link width 16 -- -- ID 0x7 Core 400MHz Memory 300MHz Shader 800MHz Vdec 450MHz Dom6 416MHz Voltage 89[*10mV] Timing 0 Fan 100 PCIe link width 16 -- -- ID 0xf Core 625MHz Memory 800MHz Shader 1563MHz Vdec 450MHz Dom6 416MHz Voltage 116[*10mV] Timing 0 Fan 100 PCIe link width 16 -- Note that the 89 voltage is clearly covered by voltage entry 0, while the 116 voltage is not available. It'd be instructional to see what the blob does. If you have any mmiotrace (even a very old one) for this board, it'd be interesting to look at. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170223/afdb7a15/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Feb-23 08:24 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 Pekka Paalanen <ppaalanen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #6 from Pekka Paalanen <ppaalanen at gmail.com> --- Thanks, I'll have a look, but don't hold your breath. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170223/094c6f1c/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Feb-23 09:03 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 Pekka Paalanen <ppaalanen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #7 from Pekka Paalanen <ppaalanen at gmail.com> --- Actually, I found out that there is an old dump from this laptop referred to in bug #60680: http://people.freedesktop.org/~pq/mmiotrace-fdo-bug-60680.tar.xz Does that help? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170223/dd35c8fe/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Mar-05 10:05 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #8 from Karol Herbst <karolherbst at gmail.com> --- it would be quite unpleasant if nvidia would indeed use the highest clock level here. And that mmiotrace seems a bit odd, because it accesses a GPIO which shouldn't exist and in any case it doesn't change the voltage of that GPU. Would you mind checking what nvidia clocks to on this system? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170305/b682ecb7/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Mar-05 13:04 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 Pekka Paalanen <ppaalanen at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #9 from Pekka Paalanen <ppaalanen at gmail.com> --- (In reply to Karol Herbst from comment #8)> it would be quite unpleasant if nvidia would indeed use the highest clock > level here.Do you mean an noise or something else?> And that mmiotrace seems a bit odd, because it accesses a GPIO which > shouldn't exist and in any case it doesn't change the voltage of that GPU.Yeah, I guessed it might not be enough, since it was recorded for HDMI enablement. Thanks for taking a look.> Would you mind checking what nvidia clocks to on this system?Yeah, looks like I should be able to install the legacy drivers 340.x. I'll put that on my todo to record a new mmiotrace with some OpenGL action or something else to get the clocks to max. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170305/3fa87b51/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Mar-05 15:58 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #10 from Karol Herbst <karolherbst at gmail.com> --- (In reply to Pekka Paalanen from comment #9)> (In reply to Karol Herbst from comment #8) > > it would be quite unpleasant if nvidia would indeed use the highest clock > > level here. > > Do you mean an noise or something else? >hacky code> > Would you mind checking what nvidia clocks to on this system? > > Yeah, looks like I should be able to install the legacy drivers 340.x. I'll > put that on my todo to record a new mmiotrace with some OpenGL action or > something else to get the clocks to max.you can force the highest power state in nvidia-settings afaik, this way the mmiotrace stays rather small -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170305/64c2fbb4/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Mar-05 15:58 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #11 from Karol Herbst <karolherbst at gmail.com> --- but you can use OpenGL stuff to confirm if it doesn't use the higher clocks -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170305/a53ff6be/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Mar-30 15:38 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #12 from Pekka Paalanen <ppaalanen at gmail.com> --- Note to self: need to rebuild my kernel without CONFIG_TRIM_UNUSED_KSYMS. Otherwise the driver won't install. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170330/367c8e69/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Aug-05 07:27 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #13 from Pekka Paalanen <ppaalanen at gmail.com> --- Seems unlikely I will ever get around to make that mmiotrace. Should we close this report? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170805/c19d5f47/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Aug-05 08:04 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 --- Comment #14 from Karol Herbst <karolherbst at gmail.com> --- (In reply to Pekka Paalanen from comment #13)> Seems unlikely I will ever get around to make that mmiotrace. Should we > close this report?can you run the nvidia legacy driver and see what perf level is set? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170805/a1c94110/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Dec-04 09:24 UTC
[Nouveau] [Bug 99913] [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913 Martin Peres <martin.peres at free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |MOVED --- Comment #15 from Martin Peres <martin.peres at free.fr> --- -- 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/326. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20191204/15bc8801/attachment.html>
Apparently Analagous Threads
- [Bug 84515] New: [NV96] HDMI audio works, but has audio gaps or pauses
- [Bug 60680] New: HDMI is connected and has mode, TV says "no signal"
- [Bug 88272] New: [NVAC] Flickering screen on 1920x1080 monitor with 9400M in MacbookPro 5, 5
- [PATCH] drm/nouveau/clk: Initial implementation for reclocking NVAA/NVAC
- [BUG/PATCH] x86 mmiotrace: dynamically disable non-boot CPUs