c# - How to use AMD Display Library (ADL) Overdrive State Set function (for overclocking programmatically) -
i'm using amd display library allows control parameters of gpu (clock speeds / fan control).
the sdk comes sample-managed
code , able required result (core , memory clock speeds) adl_overdrive6_stateinfo_get
method.
using adl_overdrive6_state_set
method (which has same parameters) returns error code:
int od_result = adl.adl_overdrive6_state_set(osadapterinfodata.adladapterinfo[i].adapterindex, adl.adl_od6_setstate_performance, stateinfobuffer);
-8 adl_err_not_supported
(function not supported driver.)
i've tested on system amd radeon r9 280x / amd radeon hd 7970 , laptop amd radeon 8670m.
do need change in driver settings , there compatibility issue?
as @novaterata stated in comment try using 7.0 library moved on use afterburner api http://forums.guru3d.com/showthread.php?t=339656
contacting amd didn't help.
Comments
Post a Comment