rockchip:midgard:disable temperature control temporarily
authorxxm <xxm@rock-chips.com>
Fri, 30 May 2014 06:48:27 +0000 (14:48 +0800)
committerxxm <xxm@rock-chips.com>
Fri, 30 May 2014 06:48:27 +0000 (14:48 +0800)
drivers/gpu/arm/midgard/platform/rk/mali_kbase_dvfs.c

index 291632e171a25a5aa0a845ddd8f47430f39ce413..bf42c68a7072e06374d5ca4dcdbd19afb05ccac6 100755 (executable)
@@ -121,8 +121,9 @@ static void mali_dvfs_event_proc(struct work_struct *w)
        fps = rk_get_real_fps(0);
 
        dvfs_status->temperature_time++;
+       /*
        temp_tmp += rockchip_tsadc_get_temp(2);
-
+       */
        if(dvfs_status->temperature_time >= gpu_temp_statis_time)
        {
                dvfs_status->temperature_time = 0;