All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off
@ 2018-12-18 11:11 bugzilla-daemon
  2018-12-18 11:46 ` [Bug 202019] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-12-18 11:11 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=202019

            Bug ID: 202019
           Summary: amdgpu: fan speed reported incorrectly when the fan is
                    off
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.20-rc7
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: mezin.alexander@gmail.com
        Regression: No

I have a card with semi-passive cooling (Sapphire RX Vega 64 Nitro+)
When the fan turns off, non-zero speed is still reported through hwmon
fan1_input.
If I'm not mistaken, the same problem was present with my previous card -
Sapphire RX 580 Pulse (so I guess it's the same for all cards).

On Windows zero rpm was correctly reported for both cards, of course.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 202019] amdgpu: fan speed reported incorrectly when the fan is off
  2018-12-18 11:11 [Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off bugzilla-daemon
@ 2018-12-18 11:46 ` bugzilla-daemon
  2018-12-18 11:47 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-12-18 11:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=202019

Felix Schwarz (felix.schwarz@oss.schwarz.eu) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |felix.schwarz@oss.schwarz.e
                   |                            |u

--- Comment #1 from Felix Schwarz (felix.schwarz@oss.schwarz.eu) ---
Probably a silly question but still: Did you confirm (visually) that the fans
are actually turned off? AFAIK on Windows there is extra software running which
turns of the fans when the GPU temperature is below a certain threshold. IIRC
you need third-party scripts to achieve the same.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 202019] amdgpu: fan speed reported incorrectly when the fan is off
  2018-12-18 11:11 [Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off bugzilla-daemon
  2018-12-18 11:46 ` [Bug 202019] " bugzilla-daemon
@ 2018-12-18 11:47 ` bugzilla-daemon
  2018-12-18 12:19 ` bugzilla-daemon
  2018-12-18 12:21 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-12-18 11:47 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=202019

--- Comment #2 from Felix Schwarz (felix.schwarz@oss.schwarz.eu) ---
Oh and probably AMD developers would like to know which kernel version you are
using.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 202019] amdgpu: fan speed reported incorrectly when the fan is off
  2018-12-18 11:11 [Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off bugzilla-daemon
  2018-12-18 11:46 ` [Bug 202019] " bugzilla-daemon
  2018-12-18 11:47 ` bugzilla-daemon
@ 2018-12-18 12:19 ` bugzilla-daemon
  2018-12-18 12:21 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-12-18 12:19 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=202019

Aleksandr Mezin (mezin.alexander@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |low

--- Comment #3 from Aleksandr Mezin (mezin.alexander@gmail.com) ---
(In reply to Felix Schwarz from comment #1)
> Probably a silly question but still: Did you confirm (visually) that the
> fans are actually turned off? 

Yes

> AFAIK on Windows there is extra software
> running which turns of the fans when the GPU temperature is below a certain
> threshold. IIRC you need third-party scripts to achieve the same.

On Windows I have no additional software, only AMD driver (downloaded from
amd.com, not modded by Sapphire or anything).

Actually, I have my own script that controls fans on Linux (because there's no
sysfs knobs to tweak the "automatic" fan curve), it just checks the temperature
every second and writes desired fan speed to hwmon/pwm1. I tried to manually
write '0' to pwm1 (with pwm1_enable set to '1') - exactly the same bug -
fan1_input stops changing (when the fan is actually spinning, fan speed is
always slightly changing, +/- few rpms), but doesn't show "0" (and, again, the
fans are actually stopped)

This problem occurs with both "pwm1_enable=2" and "pwm1_enable=1, pwm1=0"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 202019] amdgpu: fan speed reported incorrectly when the fan is off
  2018-12-18 11:11 [Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-12-18 12:19 ` bugzilla-daemon
@ 2018-12-18 12:21 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-12-18 12:21 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=202019

--- Comment #4 from Aleksandr Mezin (mezin.alexander@gmail.com) ---
(In reply to Felix Schwarz from comment #2)
> Oh and probably AMD developers would like to know which kernel version you
> are using.

It's here, in "Kernel Version" field in bugzilla. 4.20-rc7

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-18 12:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18 11:11 [Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off bugzilla-daemon
2018-12-18 11:46 ` [Bug 202019] " bugzilla-daemon
2018-12-18 11:47 ` bugzilla-daemon
2018-12-18 12:19 ` bugzilla-daemon
2018-12-18 12:21 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.