Get the value of powertune in get_stats.
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;
}