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:
Alex Naidis 2020-02-07 04:04:12 +01:00 committed by Nick Reuter
parent 051325d88f
commit 773745959f

View file

@ -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