About ADL in GPU-PRO drivers, just found a beautiful answer:
https://bugs.freedesktop.org/show_bug.cgi?id=96786...
ADL is not supported in the amdgpu-pro driver. The same functionality can be accessed via standard Linux interfaces (e.g., hwmon for temperature and fan control, sysfs for clock control, etc..
...
So AMD decided not to worry about ADL support in new drivers for Linux. Excellent solution.
Hey, thanks for 6.3 release. Linux version looks smooth so far, no more VM fault errors.
One of your corefeatures in my opinion is the selectiv shutdown of cards in case of overheat, maybe you can implement this also with the new AMDGPU driver ?
You can query the temperature of the cards from:
/sys/class/hwmon/hwmonX/temp1_inputTo identify the cards that are useing amdgpu driver you can query the
/sys/class/hwmon/hwmonX/name class ?
BTW: Overclocking is done by the keys
/sys/class/hwmon/hwmon1/pp_mclk_od (Memory Clock) and
/sys/class/hwmon/hwmon1/pp_sclk_od GPU Clock. +1 changes value by 20.