gs101: Change uclamp min value for camera
With a scheduler change that refers to uclamp value of a rq, we need to change uclamp min value for camera to get better performance. Bug: 170648224 Test: check fps in video recording Change-Id: I29e55706b49d5182935209d1d6f3552fb7f5d821
This commit is contained in:
parent
8ac9fa6194
commit
89f31f39c2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ on init
|
|||
chown system system /dev/cpuctl/camera-daemon/cpu.uclamp.latency_sensitive
|
||||
chown system system /dev/cpuctl/camera-daemon/cgroup.procs
|
||||
write /dev/cpuctl/camera-daemon/cpu.uclamp.latency_sensitive 1
|
||||
write /dev/cpuctl/camera-daemon/cpu.uclamp.min 0
|
||||
write /dev/cpuctl/camera-daemon/cpu.uclamp.min 6
|
||||
|
||||
chown system system /dev/cpuset/cgroup.procs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue