Con Kolivas
54bc30ceec
Implement setting the GPU memory clock speed of all devices or each device as a comma separated value.
13 years ago
Con Kolivas
ec8808d004
Implement setting the GPU engine clock speed of all devices or each device as a comma separated value.
13 years ago
Con Kolivas
12a167a3f1
Implement menus to change temperature limits.
13 years ago
Con Kolivas
1ed219372e
Combine all stats collating into one function to avoid repeating function calls on each variable.
13 years ago
Con Kolivas
e9f886d805
Allow target, overheat and hysteresis temperatures to be set from command line.
13 years ago
Con Kolivas
847adf689b
Add a small amount of hysteresis before lowering clock speed.
13 years ago
Con Kolivas
9b7262ec71
Clean up by setting performance profiles and fan settings to startup levels on exit.
13 years ago
Con Kolivas
e9b5885ebe
Add a gpu autotune option which adjusts GPU speed to maintain a target temperature within the bounds of the default GPU speed and any overclocking set.
13 years ago
Con Kolivas
dcc97e45db
Add an --auto-fan command line option to allow all GPUs to have autofan enabled from startup.
13 years ago
Con Kolivas
495adcbf5f
Implement auto fanspeed adjustment to maintain a target temperature and fanspeed below 85%, with an overheat check that will speed the fan up to 100%.
13 years ago
Con Kolivas
320a5f2a92
Make sure to read off the value in RPM only.
13 years ago
Con Kolivas
bf2669b83a
Minor corrections to set fan speed by percentage.
13 years ago
Con Kolivas
07b847f7e7
Implement fan speed setting.
13 years ago
Con Kolivas
3681ae84cc
Implement changing memory speed and voltage on the fly.
13 years ago
Con Kolivas
35ace46325
Enable changing of engine clock setting on the fly.
13 years ago
Con Kolivas
d57cd91955
Implement ATI ADL support for GPU parameter monitoring now and setting later (temp, fan, clocks etc.).
...
Check for the presence of the ADL header files in ADL_SDK.
Import adl_functions.h from amd overdrive ctrl.
Implement a setup function that tries to detect GPUs that support the ADL and link in the parameters into the gpus struct.
Put a summary of monitoring information from the GPU menu.
13 years ago