aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach/cpu-freq-v210.h
Commit message (Collapse)AuthorAgeFilesLines
* enable 1.2GHz OCjt11342012-10-231-1/+1
| | | | | | | | * 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
* aries: Use DVFS locks instead of cpufreq policy mangling in pvr.Mike Kasick2012-10-031-0/+1
| | | | | | | | | | | | | | | 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
* Revert "aries: add OC support"Pawit Pornkitprasan2012-07-291-4/+1
| | | | | | | | | 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
* aries: add OC supportDaniel Bateman2012-07-221-1/+4
| | | | Change-Id: Iaf1e26ad7e19ea0205b7f2905f28fccc19f712f8
* Added support for ariesPawit Pornkitprasan2011-12-241-0/+22
| | | | | Reverts "S5PC11X : FIMC apply v4l2 standard for asynchronous dequeue/queue" 5f4b037e6ebb18d65a3ac896032eb559d7fe2baf
* S5PC11X : CPUFREQ : add platform data interface to dvfsMinsu, Kim2011-11-171-98/+16
| | | | | | | | | | 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
* S5PC110: HERRING: Add and modified machine support header filesJaecheol Lee2011-11-161-0/+113
Header files for machine HERRING. Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>