summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--amlogic_thermal.h1
-rw-r--r--amlogic_thermal.o_shipped274
-rw-r--r--amlogic_thermal_module.c10
3 files changed, 148 insertions, 137 deletions
diff --git a/amlogic_thermal.h b/amlogic_thermal.h
index 6f6d256..ec60ac4 100644
--- a/amlogic_thermal.h
+++ b/amlogic_thermal.h
@@ -106,5 +106,6 @@ void *aml_get_cdevdata(struct thermal_cooling_device *cdev);
void aml_set_cdev_update(struct thermal_cooling_device *cdev, bool update);
void aml_cdev_lockop(struct thermal_cooling_device *cdev, bool lock);
void aml_cdev_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *ret);
+int gpu_get_freq_level(int freq);
#endif /* __AMLOGIC_THERMAL_H__ */