I tried to change power profile of a GPU to a lower one, so that laptop won't overheat so quickly. I found this method on the internet and various documentations: echo low | sudo tee /sys/class/drm/card0/device/power_profile tee: /sys/class/drm/card0/device/power_profile: Invalid argument However this method never worked - Invalid argument show up no matter what value I try to give the power_profile Even giving the already existing "default" value to the power_profile leads to "invalid argument" error. echo default | sudo tee /sys/class/drm/card0/device/power_profile tee: /sys/class/drm/card0/device/power_profile: Invalid argument I would like to know why this is happening.
Please attach your dmesg output and xorg log (if using X).
Created attachment 144340 [details] Dmesg output
Created attachment 144341 [details] xorg log
The attached dmesg output shows no sign of the radeon driver being loaded. The attached Xorg log file is from a system with Intel and Nvidia GPUs, no Radeon. Please attach the information corresponding to the reported problem.
Created attachment 144466 [details] Previous xorg log was a mistake, of a different machine. The function I used to gather xorg log: vaidas@vaidas-SATELLITE-L855:~/Desktop$ cat ~/.local/share/xorg/Xorg.0.log > Xorg.0.log
Created attachment 144467 [details] This is a correct Dmesg output from the correct computer.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/866.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.