You need this kernel:
The new firmware (*_smc.bin) for /lib/firmware/radeon:
and add radeon.dpm=1 to your kernel command line
to check if it is using the new code check /sys/class/drm/card0/device/power_method (it should contain "dpm") and dmesg should show "[drm] radeon: dpm initialized" and some power states (dmesg | grep power).
If you did all this you're at the same point as Xipeos and I where it is running but we don't know if it's doing something ;-)
The new firmware (*_smc.bin) for /lib/firmware/radeon:
and add radeon.dpm=1 to your kernel command line
to check if it is using the new code check /sys/class/drm/card0/device/power_method (it should contain "dpm") and dmesg should show "[drm] radeon: dpm initialized" and some power states (dmesg | grep power).
If you did all this you're at the same point as Xipeos and I where it is running but we don't know if it's doing something ;-)
Comment