From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 107325] New: Reported temperature of nvidia card
with nouveau driver is wrong
Date: Sat, 21 Jul 2018 20:36:19 +0000
Message-ID:
Bug ID
107325
Summary
Reported temperature of nvidia card with nouveau driver is wr=
ong
Product
xorg
Version
unspecified
Hardware
x86-64 (AMD64)
OS
Linux (All)
Status
NEW
Severity
normal
Priority
medium
Component
Driver/nouveau
Assignee
nouveau@lists.freedesktop.org
Reporter
j.novak@netsystem.cz
QA Contact
xorg-team@lists.x.org
Hello,
I use Dell Precision 3530 with NVIDIA Corporation GP107GLM [Quadro P600
Mobile] (rev a1). I use Fedora Core 28 with 4.17.6 x86_64 kernel.
I found that sensors tool shows wrong temperature:
$ sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +511.0=C2=B0C (high =3D +95.0=C2=B0C, hyst =3D +3.0=C2=B0C)
(crit =3D +105.0=C2=B0C, hyst =3D +5.0=C2=B0C)
(emerg =3D +135.0=C2=B0C, hyst =3D +5.0=C2=B0C)
Temperature is obviously wrong.
I tried to troubleshoot it on sensors side and it looks that sensors tool
receives this wrong value from driver.
I made one more observation - right after suspend/wakeup the value is
completely different:
$ sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +511.0=C2=B0C (high =3D +95.0=C2=B0C, hyst =3D +3.0=C2=B0C)
(crit =3D +105.0=C2=B0C, hyst =3D +5.0=C2=B0C)
(emerg =3D +135.0=C2=B0C, hyst =3D +5.0=C2=B0C)
$ sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +43.0=C2=B0C (high =3D +95.0=C2=B0C, hyst =3D +3.0=C2=B0C)
(crit =3D +105.0=C2=B0C, hyst =3D +5.0=C2=B0C)
(emerg =3D +135.0=C2=B0C, hyst =3D +5.0=C2=B0C)
$ sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +511.0=C2=B0C (high =3D +95.0=C2=B0C, hyst =3D +3.0=C2=B0C)
(crit =3D +105.0=C2=B0C, hyst =3D +5.0=C2=B0C)
(emerg =3D +135.0=C2=B0C, hyst =3D +5.0=C2=B0C)
I can provide more information when required.