1# Copyright (C) 2024 The Android Open-Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15on init 16 # cpufreq governor setting 17 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor sched_pixel 18 write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor sched_pixel 19 write /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor sched_pixel 20 write /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor sched_pixel 21 write /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor sched_pixel 22 write /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor sched_pixel 23 write /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor sched_pixel 24 write /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor sched_pixel 25 write /sys/devices/system/cpu/cpu8/cpufreq/scaling_governor sched_pixel 26 27 write /sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/up_rate_limit_us 500 28 write /sys/devices/system/cpu/cpu1/cpufreq/sched_pixel/up_rate_limit_us 500 29 write /sys/devices/system/cpu/cpu2/cpufreq/sched_pixel/up_rate_limit_us 500 30 write /sys/devices/system/cpu/cpu3/cpufreq/sched_pixel/up_rate_limit_us 500 31 write /sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/up_rate_limit_us 500 32 write /sys/devices/system/cpu/cpu5/cpufreq/sched_pixel/up_rate_limit_us 500 33 write /sys/devices/system/cpu/cpu6/cpufreq/sched_pixel/up_rate_limit_us 500 34 write /sys/devices/system/cpu/cpu7/cpufreq/sched_pixel/up_rate_limit_us 500 35 write /sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/up_rate_limit_us 500 36 37 write /sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us 500 38 write /sys/devices/system/cpu/cpu1/cpufreq/sched_pixel/down_rate_limit_us 500 39 write /sys/devices/system/cpu/cpu2/cpufreq/sched_pixel/down_rate_limit_us 500 40 write /sys/devices/system/cpu/cpu3/cpufreq/sched_pixel/down_rate_limit_us 500 41 write /sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us 500 42 write /sys/devices/system/cpu/cpu5/cpufreq/sched_pixel/down_rate_limit_us 500 43 write /sys/devices/system/cpu/cpu6/cpufreq/sched_pixel/down_rate_limit_us 500 44 write /sys/devices/system/cpu/cpu7/cpufreq/sched_pixel/down_rate_limit_us 500 45 write /sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us 500 46