| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* keep same voltage settings as 1GHz
* properly update APLL values
* set max freq to 1GHz on bootup, up to the user to OC
Change-Id: I643cb1b54dd684b9dbe6066fbdef1a86b9123d79
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The pvr driver requires that the memory bus speed is kept fast while the
GPU is active. Since the memory bus speed is tied to the CPU frequency,
pvr (previously) used a cpufreq notifier called on policy updates to ensure
the CPU is running at a minimum 200 MHz while active. The problem with
this approach is that any changes to scaling_min_freq while the GPU is
active (e.g., while interacting with the Processor settings menu) get
clamped to 200 MHz, which persists even when the GPU is inactive.
By switching to DVFS locks, changes to scaling_min_freq persist, and so
allows the use of 100 MHz when the GPU is inactive. Fixes epiccm #14.
Change-Id: I12bf5a6f3cba2da853d5528f4c62a659a1489806
|
|
|
|
|
|
|
|
|
| |
This reverts commit 463e99c53ae3b7c18ad3bee3825d4d75c603adae
See Andrew Dodd's comments on http://review.cyanogenmod.com/#/c/19820/.
Also been getting rare homescreen corruption after moving PVR to DVFS lock.
Change-Id: I628ca36ea63d87b6e74ef346f4acb04d5bfadeae
|
|
|
|
| |
Change-Id: Iaf1e26ad7e19ea0205b7f2905f28fccc19f712f8
|
|
|
|
|
| |
Reverts "S5PC11X : FIMC apply v4l2 standard for asynchronous dequeue/queue"
5f4b037e6ebb18d65a3ac896032eb559d7fe2baf
|
|
|
|
|
|
|
|
|
|
| |
In case of board voltage drop, voltage table should be changed.
voltage table can be updated by platform data
Change-Id: I4147d1599fd4f91e398dad713a145ad44db77620
Signed-off-by: Minsu Kim <minsu78.kim@samsung.com>
Also removes unused code from arch/arm/mach-s5pv210/include/mach/cpu-freq-v210.h
|
|
Header files for machine HERRING.
Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>
|