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:
Rick Yiu 2021-04-24 01:16:11 +08:00
parent 8ac9fa6194
commit 89f31f39c2

View file

@ -124,7 +124,7 @@ on init
chown system system /dev/cpuctl/camera-daemon/cpu.uclamp.latency_sensitive chown system system /dev/cpuctl/camera-daemon/cpu.uclamp.latency_sensitive
chown system system /dev/cpuctl/camera-daemon/cgroup.procs 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.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 chown system system /dev/cpuset/cgroup.procs