Open blackmennewstyle opened 3 weeks ago
This is definitely a driver issue, it likely crashed (check dmesg) on table changes commit and the upp is just stuck waiting. The pp_table ABI is pretty unstable, especially if you use fairly recent AMDGPU driver on fairly old kernel.
You may have better luck using more recent kernel and using an included open upstream driver. I did however have experienced driver crashes on 6.10 with any change in pp_table on my RX6600, but it just works with 6.11.
This is definitely a driver issue, it likely crashed (check dmesg) on table changes commit and the upp is just stuck waiting. The pp_table ABI is pretty unstable, especially if you use fairly recent AMDGPU driver on fairly old kernel.
You may have better luck using more recent kernel and using an included open upstream driver. I did however have experienced driver crashes on 6.10 with any change in pp_table on my RX6600, but it just works with 6.11.
Thanks for your reply,
It actually worked BUT ONLY IF i execute the following prior: echo "profile_peak" | sudo tee -a /sys/class/drm/card0/device/power_dpm_force_performance_level
:exploding_head:
I never heard of that profile before lol
I actually moved to Ubuntu 24.04
and same behavior, i must use that profile if i want to modify the pp_table.
I also noticed that echo "50000000" | sudo tee -a /sys/class/drm/card0/device/hwmon/hwmon*/power1_cap
does not work anymore with the ROCM
drivers.
Hello beautiful dev(s),
I'm a long time user of your nice piece of software but i noticed since the latest
AMDGPU
drivers which useROCM
,upp
does not seem allowed to change anything related tomemory
.I'm using
Ubuntu 20.04.6 LTS (GNU/Linux 5.13.0-52-generic x86_64)
The following command always returns:
GPU also dies instantly:
If i downgrade with AMDGPU drivers <=
21.50.2
, everything works fine. Is it a well known issue? Is it something in the latest drivers?