Browse Source

Get the value of powertune in get_stats.

Con Kolivas 14 years ago
parent
commit
656bacc5a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      adl.c

+ 1 - 0
adl.c

@@ -461,6 +461,7 @@ bool gpu_stats(int gpu, float *temp, int *engineclock, int *memclock, float *vdd
 	}
 	}
 	*fanspeed = __gpu_fanspeed(ga);
 	*fanspeed = __gpu_fanspeed(ga);
 	*fanpercent = __gpu_fanpercent(ga);
 	*fanpercent = __gpu_fanpercent(ga);
+	*powertune = __gpu_powertune(ga);
 
 
 	return true;
 	return true;
 }
 }