projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e0dc7
)
rk3168: cpufreq: check temperature every 1s when in performance mode
author
黄涛
<huangtao@rock-chips.com>
Mon, 6 May 2013 06:55:12 +0000
(14:55 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 6 May 2013 06:55:12 +0000
(14:55 +0800)
arch/arm/mach-rk3188/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/cpufreq.c
b/arch/arm/mach-rk3188/cpufreq.c
index 0bba0fffa0ac487b7879476c206e3c1b1588e6a9..c9ca913b3af348be29fa40895406ced66ce1611d 100644
(file)
--- a/
arch/arm/mach-rk3188/cpufreq.c
+++ b/
arch/arm/mach-rk3188/cpufreq.c
@@
-217,7
+217,7
@@
static void rk3188_cpufreq_temp_limit_work_func(struct work_struct *work)
limits_size = ARRAY_SIZE(temp_limits_gpu_perf);
}
} else {
- delay = HZ
/ 25; // 40m
s
+ delay = HZ
; // 1
s
limits_table = temp_limits_cpu_perf;
limits_size = ARRAY_SIZE(temp_limits_cpu_perf);
}