mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
rosemary: Allow raising sched_boost to 6 levels
Kernel supports boosting upto 6 different levels of sched boost. Limiting it to only two seems like a waste of useful resources that we already have in hand. Signed-off-by: Vaisakh Murali <mvaisakh@statixos.com>
This commit is contained in:
committed by
Matsvei Niaverau
parent
bb6f83ce78
commit
730447a8db
@@ -69,7 +69,7 @@
|
||||
<CMD name="PERF_RES_SCHED_BOOST" id="0x01410000">
|
||||
<Entry path="/sys/devices/system/cpu/sched/sched_boost"></Entry>
|
||||
<Compare>more</Compare>
|
||||
<MaxValue>2</MaxValue>
|
||||
<MaxValue>6</MaxValue>
|
||||
<MinValue>0</MinValue>
|
||||
</CMD>
|
||||
<CMD name="PERF_RES_SCHED_MIGRATE_COST" id="0x01414000">
|
||||
|
||||
Reference in New Issue
Block a user