Announcement

Collapse
No announcement yet.

Rx 480 performance level resets after screen on/off

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rx 480 performance level resets after screen on/off

    Hi,

    I'm having trouble with setting the performance level via "power_dpm_force_performance_level" on recent kernels.

    I set it with these commands:
    Code:
    echo manual > /sys/class/drm/card0/device/power_dpm_force_performance_level
    echo 5 > /sys/class/drm/card0/device/pp_dpm_sclk
    echo 95 > /sys/class/drm/card0/device/hwmon/hwmon1/pwm1
    And it works but if I turn off and on the monitor it resets to automatic even though
    Code:
    cat /sys/class/drm/card0/device/power_dpm_force_performance_level
    still says manual.

    I've tried kernels: 4.17.1, 4.17.2, 4.17.3, 4.18rc3 but none of them seem to work as expected. Or are they? Is this a new "feature"?
    Because all kernels 4.16.* that I've tried work properly. They reached EOL though so I wanted to move on but can't.


    I need this for blender rendering as it doesn't change render times much but keeps the card quiet and cold.


    Info:
    rx 480
    slackware current
    mesa-18.1.2
    xorg-server-1.20.0

  • #2
    Ok, so I'm running 4.18.0-rc1-custom-g6becad35ec8a-dirty that I hopefully correctly obtained from
    Code:
    git clone -b drm-next-4.19-wip git://people.freedesktop.org/~agd5f/linux
    and unfortunately the problem still persists.

    Should I report it on https://bugzilla.kernel.org/ or https://bugs.freedesktop.org/ ?


    Comment


    • #3
      Originally posted by Sanjuro View Post
      Please report to https://bugs.freedesktop.org/.

      Comment


      • #4
        Ok, thank you for help. I reported the bug.

        Comment

        Working...
        X