Commit 656bacc5a9d5657579feb5200382440dc0f3e323

Con Kolivas 2011-09-04T23:14:36

Get the value of powertune in get_stats.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/adl.c b/adl.c
index 84d6ea8..913bd78 100644
--- a/adl.c
+++ b/adl.c
@@ -461,6 +461,7 @@ bool gpu_stats(int gpu, float *temp, int *engineclock, int *memclock, float *vdd
 	}
 	*fanspeed = __gpu_fanspeed(ga);
 	*fanpercent = __gpu_fanpercent(ga);
+	*powertune = __gpu_powertune(ga);
 
 	return true;
 }