Browse Source

Set the fanspeed to the nominal chosen for GPUs.

Con Kolivas 12 years ago
parent
commit
080499675c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      adl.c

+ 1 - 0
adl.c

@@ -510,6 +510,7 @@ void init_adl(int nDevs)
 				nominal = gpus[gpu].gpu_fan;
 			if (nominal < gpus[gpu].min_fan)
 				nominal = gpus[gpu].min_fan;
+			set_fanspeed(gpu, nominal);
 		}
 		if (opt_autoengine) {
 			ga->autoengine = true;