similar to: [Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel

Displaying 20 results from an estimated 8000 matches similar to: "[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel"

2013 Dec 01
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #3 from Bob Gleitsmann <rjgleits at bellsouth.net> --- The fan PWM setting is derived from priv->cstate. The value it gets from there is zero. So the setting of PWM for NV40 is working correctly, "inverting" the percent setting to get the value set in 0xb20010f0. Probably priv->cstate is never initialized.
2013 Dec 01
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #2 from Bob Gleitsmann <rjgleits at bellsouth.net> --- Here is an additional data point. The problematic kernel sets 0xb20010f0 to 0x83ff03ff. The driver reports that the PWM is 100%. In fact it is 100% off. As can be expected, the temperature immediately begins repidly rising. Interestingly, the card seems to self protect by
2013 Dec 01
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #4 from Bob Gleitsmann <rjgleits at bellsouth.net> --- Oh, the value reported by the driver for the PWM setting is the value before it is set by the driver. It doesn't say that in the kernel message. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML
2015 Feb 15
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
Sorry guys I did not understand how bugzilla's user interface works. this should be seperate from the thermal management bug.. On Sat, Feb 14, 2015 at 9:51 PM, <bugzilla-daemon at freedesktop.org> wrote: > Evan Foss <evanfoss at gmail.com> changed bug 71455 > <https://bugs.freedesktop.org/show_bug.cgi?id=71455> > What Removed Added CC evanfoss at gmail.com
2015 Feb 15
2
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
On Sat, Feb 14, 2015 at 9:52 PM, Evan Foss <evanfoss at gmail.com> wrote: > Sorry guys I did not understand how bugzilla's user interface works. this > should be seperate from the thermal management bug.. > > On Sat, Feb 14, 2015 at 9:51 PM, <bugzilla-daemon at freedesktop.org> wrote: > >> Evan Foss <evanfoss at gmail.com> changed bug 71455 >>
2015 Feb 15
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
Llia, Thanks. Is 3.18.7 recent enough? On Sat, Feb 14, 2015 at 9:56 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Sat, Feb 14, 2015 at 9:52 PM, Evan Foss <evanfoss at gmail.com> wrote: >> >> Sorry guys I did not understand how bugzilla's user interface works. this >> should be seperate from the thermal management bug.. >> >> On Sat, Feb
2015 Oct 29
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #9 from Evan Foss <evanfoss at gmail.com> --- On Wed, Oct 28, 2015 at 12:38 AM, <bugzilla-daemon at freedesktop.org> wrote: > Comment # 8 on bug 71455 from Ilia Mirkin > > Bob, please confirm that newer kernels resolve this issue. > > Evan, your issue is wholly unrelated to the original one. And most likely
2013 Nov 12
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 Bob Gleitsmann <rjgleits at bellsouth.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |high -- You are receiving this mail because: You are the assignee for the bug. -------------- next part
2013 Nov 12
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #1 from Martin Peres <martin.peres at ensi-bourges.fr> --- Hi Bob, Could you send me your kernel logs please? Extracting your vbios could also be of some help later on. Is fan management really working properly for you? I know it is an old card and those were really running hot, but still! -- You are receiving this mail
2013 Dec 02
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #6 from Bob Gleitsmann <rjgleits at bellsouth.net> --- In view of Ben's comment, I am stopping further research. However, I will offer as a final remark that perfE.pstate = 0x20 on my card. It gets into nv40_clock_ctor but the fan speed is never set. According to nvbios, for this card the default setting for the fan speed is
2015 Oct 28
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 --- Comment #8 from Ilia Mirkin <imirkin at alum.mit.edu> --- Bob, please confirm that newer kernels resolve this issue. Evan, your issue is wholly unrelated to the original one. And most likely also fixed in newer kernels (large page size mismatch). -- You are receiving this mail because: You are the assignee for the bug. --------------
2019 Dec 04
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 Martin Peres <martin.peres at free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #10 from Martin Peres
2015 Feb 15
2
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455 Evan Foss <evanfoss at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evanfoss at gmail.com --- Comment #7 from Evan Foss <evanfoss at gmail.com> --- Created attachment 113500
2015 Feb 15
1
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
On Sat, Feb 14, 2015 at 9:59 PM, Evan Foss <evanfoss at gmail.com> wrote: > Llia, > > Thanks. > Is 3.18.7 recent enough? Yes, the fix is in 3.17 and later (commit fe3d9c4b87bb98222a502cc585844a0b950786fb). -ilia
2012 Dec 17
0
Request for nv40-c0 testing thermal/fan management
Hi Nouveau enthusiasts, One week ago was merged the thermal/fan management code for most nvidia cards. So far, no major issue arose but we would like to have more testing as soon as possible to deliver a nice and solid support when Linux 3.8 is released. Thermal management is split into two parts: - Temperature monitoring: Making sure your card doesn't overheat - Fan management: Driving
2016 Apr 18
0
[PATCH v4 32/37] clk: only do partial reclocks as required
we don't want to reclock to the same pstate or cstate over and over again, so only do things we actually have to do. v4: move into gf100 Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/clk/base.c | 11 +++++-- drm/nouveau/nvkm/subdev/clk/gf100.c | 62 ++++++++++++++++++++++++++++++++++++- drm/nouveau/nvkm/subdev/clk/gk104.c | 2 +-
2017 Jul 21
0
[RFC PATCH 13/13] clk: thermal throttling
Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/subdev/clk.h | 1 + drm/nouveau/nvkm/subdev/clk/base.c | 35 +++++++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h b/drm/nouveau/include/nvkm/subdev/clk.h index f5ff1fd9..b79bf657 100644 ---
2017 Sep 15
0
[RFC PATCH 17/29] clk: thermal throttling
v2: make message about relaxed throttling an info rework reporting about current clk state Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/subdev/clk.h | 1 + drm/nouveau/nvkm/subdev/clk/base.c | 44 +++++++++++++++++++++++++---------- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h
2018 Aug 01
7
[Bug 107447] New: regression in thermal management of Quadro FX 1500
https://bugs.freedesktop.org/show_bug.cgi?id=107447 Bug ID: 107447 Summary: regression in thermal management of Quadro FX 1500 Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2014 Jun 09
0
[PATCH] drm/nouveau/doc: update the thermal documentation
Changes: - Change the maintainer's address (the labri address will expire soon); - Drop the note about not all families supporting all fan modes; - Add a note about the reported RPM not being accurate when driven outside the vbios-defined PWM range. Signed-off-by: Martin Peres <martin.peres at free.fr> --- Documentation/thermal/nouveau_thermal | 7 ++++--- 1 file changed, 4