* Media blobs * Perf blobs * Time and Wi-Fi blobs * Post Processing * Peripheral manager * IOP
63 lines
3 KiB
XML
63 lines
3 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="0x3" MinorValue="0x3" Supported="no" /> <!-- sched_small_task -->
|
|
|
|
<!-- For INTERACTIVE major, all the interactive minors are not supported
|
|
by default as the recent target moved to schedutil. So, for older targets
|
|
where interactive minors are supported they need to be enabled and schedutil
|
|
minors are disabled. -->
|
|
<Config MajorValue="0x5" MinorValue="0x0" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x1" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x3" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x4" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x5" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x6" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x7" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x8" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0x9" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0xA" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0xB" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0xC" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0xD" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0xE" Supported="yes" />
|
|
<Config MajorValue="0x5" MinorValue="0xF" Supported="no" />
|
|
<Config MajorValue="0x5" MinorValue="0x10" Supported="no" />
|
|
<Config MajorValue="0x5" MinorValue="0x11" Supported="no" />
|
|
|
|
<!-- 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>
|