dre: Lower background apps to 38
Improves memory performance and decreases power consumption in our test cases. Change-Id: If26a7a4ac0283cf09ab02c769885f50eae6f7719
This commit is contained in:
parent
051325d88f
commit
773745959f
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ blob_fixups: blob_fixups_user_type = {
|
|||
.regex_replace('FeatureType="8" Disable="false"', 'FeatureType="8" Disable="true"')
|
||||
.regex_replace('20121_v1_20201113', 'native')
|
||||
.regex_replace('SRGB', 'sRGB'),
|
||||
'vendor/etc/perf/perfconfigstore.xml': blob_fixup()
|
||||
.regex_replace('Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="16"', 'Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="38"'),
|
||||
'vendor/lib64/hw/com.qti.chi.override.so': blob_fixup()
|
||||
.add_needed('libcamera_metadata_shim.so'),
|
||||
} # fmt: skip
|
||||
|
|
Loading…
Reference in a new issue