* init.qcom.rc: set vendor.post_boot.parsed prop, required for perf * perfboostsconfig.xml edits: * Reduced minimum launch boost freq * Remove SCHED_SPILL_NR_RUN and SCHED_RESTRICT_CLUSTER_SPILL opcodes
57 lines
2.8 KiB
XML
57 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
* Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
|
|
* All Rights Reserved.
|
|
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
-->
|
|
|
|
<!-- This is a target specific resource config file which can be
|
|
used to overwrite the node paths mentioned in common resources file
|
|
and also to mention the resources which are not supported. -->
|
|
|
|
<!-- This file supports only Config tag, which has the following fields
|
|
* MajorValue and MinorValue, both are required to uniquely
|
|
identify the resource.
|
|
* Node, the new node path to overwrite the already existing one
|
|
of commonresourceconfigs.xml file.
|
|
* Supported, to indicate whether the resource is supported or not.
|
|
* For each config tag, either of Node or Supported fields need
|
|
to be mentioned. -->
|
|
|
|
<!-- NOTE - It is not Mandatory to write all the resources which are not supported
|
|
as anyway perflock calls of these resources would fail. -->
|
|
|
|
<ResourceConfigs>
|
|
<PerfResources>
|
|
|
|
<Config MajorValue="0x1" MinorValue="0x2" Supported="no" /> <!-- lpm_bias_hyst -->
|
|
<Config MajorValue="0x1" MinorValue="0x3" Supported="no" /> <!-- lpm_ref_stddev -->
|
|
<Config MajorValue="0x1" MinorValue="0x4" Supported="no" /> <!-- lpm_tmr_add -->
|
|
|
|
<Config MajorValue="0x3" MinorValue="0x3" Supported="no" /> <!-- sched_small_task -->
|
|
<Config MajorValue="0x3" MinorValue="0xF" Supported="no" /> <!-- top-app_cpus -->
|
|
<Config MajorValue="0x3" MinorValue="0x10" Supported="no" /> <!-- foreground_cpus -->
|
|
<Config MajorValue="0x3" MinorValue="0x11" Supported="no" /> <!-- system_background_cpus -->
|
|
<Config MajorValue="0x3" MinorValue="0x12" Supported="no" /> <!-- background_cpus -->
|
|
<Config MajorValue="0x3" MinorValue="0x15" Supported="no" /> <!-- sched_group_upmigrate -->
|
|
<Config MajorValue="0x3" MinorValue="0x16" Supported="no" /> <!-- sched_group_downmigrate -->
|
|
<Config MajorValue="0x3" MinorValue="0x18" Supported="no" /> <!-- schedtune.prefer_idle -->
|
|
<Config MajorValue="0x3" MinorValue="0xB" Supported="no" /> <!-- sched_spill_nr_run -->
|
|
<Config MajorValue="0x3" MinorValue="0xD" Supported="no" /> <!-- sched_restrict_cluster_spill -->
|
|
|
|
<Config MajorValue="0x9" MinorValue="0x7" Supported="yes" /> <!-- cpu.notify_on_migrate -->
|
|
|
|
<Config MajorValue="0xB" MinorValue="0x2" Supported="no" /> <!-- input_boost_freq -->
|
|
|
|
<!-- All the minors of LLCBW_HWMON MAJOR are not supported -->
|
|
<Config MajorValue="0xC" MinorValue="0x0" Supported="no" />
|
|
<Config MajorValue="0xC" MinorValue="0x1" Supported="no" />
|
|
<Config MajorValue="0xC" MinorValue="0x2" Supported="no" />
|
|
<Config MajorValue="0xC" MinorValue="0x3" Supported="no" />
|
|
|
|
<Config MajorValue="0xD" MinorValue="0x0" Supported="no" /> <!-- l3_min_freq -->
|
|
|
|
</PerfResources>
|
|
</ResourceConfigs>
|