Commit eb5dcc60a09435607097e001978c868fb7b88273

Con Kolivas 2012-02-18T19:42:56

Revert "Correct yet more logic fail :(" This reverts commit 83b76da2c659bbff8d17236ef1b3e69a0ce6228a. First of 3.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/adl.c b/adl.c
index a4a15f4..ef4c518 100644
--- a/adl.c
+++ b/adl.c
@@ -1032,7 +1032,7 @@ void gpu_autotune(int gpu, bool *enable)
 	unlock_adl();
 
 	newengine = engine = gpu_engineclock(gpu) * 100;
-	levengine = lpOdPerformanceLevels->aLevels[lev].iEngineClock;
+	levengine = lpOdPerformanceLevels->aLevels[lev].iEngineClock / 100;
 
 	if (temp && fanpercent >= 0 && ga->autofan) {
 		if (!ga->twin)