sm6225-common: Cleanup proprietary files
Change-Id: I90bec283b3fa4b392f0ca3843d60c5d18302c012
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Vendored
Regular → Executable
BIN
Binary file not shown.
Binary file not shown.
+6
@@ -0,0 +1,6 @@
|
||||
service vendor.mutualex /vendor/bin/mutualex
|
||||
class main
|
||||
user radio
|
||||
group radio wakelock wifi inet
|
||||
capabilities BLOCK_SUSPEND
|
||||
oneshot
|
||||
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
#
|
||||
|
||||
on init
|
||||
start qseecom-service
|
||||
|
||||
service qseecom-service /vendor/bin/hw/vendor.qti.hardware.qseecom@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system drmrpc
|
||||
@@ -0,0 +1,4 @@
|
||||
service qteeconnector-hal-1-0 /vendor/bin/hw/vendor.qti.hardware.qteeconnector@1.0-service
|
||||
class early_hal
|
||||
user system
|
||||
group system
|
||||
@@ -0,0 +1,4 @@
|
||||
service tui_comm-1-0 /vendor/bin/hw/vendor.qti.hardware.tui_comm@1.0-service-qti
|
||||
class hal
|
||||
user system
|
||||
group system drmrpc
|
||||
@@ -1,69 +0,0 @@
|
||||
<!--
|
||||
/******************************************************************************
|
||||
@file AdaptLaunchFeature.xml
|
||||
@brief Implementation of Android Framework Learning Module
|
||||
|
||||
DESCRIPTION
|
||||
Each feature has an xml file to define the components
|
||||
|
||||
===========================================================================
|
||||
Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
===========================================================================
|
||||
******************************************************************************/
|
||||
-->
|
||||
<!--
|
||||
Follows "Data goes into elements, metadata goes into attributes"
|
||||
-->
|
||||
<Feature>
|
||||
<Name>AdaptLaunch</Name>
|
||||
<Libname>libadaptlaunch.so</Libname>
|
||||
<Configs>
|
||||
<Enable>1</Enable>
|
||||
</Configs>
|
||||
<Meters>
|
||||
<SamplesRequired>4</SamplesRequired>
|
||||
<Meter>
|
||||
<Name>VmRss</Name>
|
||||
<Triggers>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_FIRST_LAUNCH_BOOST</AsyncId>
|
||||
<AsyncType>1</AsyncType>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>false</Primary>
|
||||
<AsyncId>VENDOR_HINT_TAP_EVENT</AsyncId>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_APP_WORKLOAD_TYPE</AsyncId>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_START</AsyncId>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_RESUME</AsyncId>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_STOP</AsyncId>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_PAUSE</AsyncId>
|
||||
</Trigger>
|
||||
</Triggers>
|
||||
<Samples>160</Samples>
|
||||
<Fields>
|
||||
<Field>VmRss:</Field>
|
||||
</Fields>
|
||||
</Meter>
|
||||
</Meters>
|
||||
<SpuriousHintApps>
|
||||
<App>com.android.permissioncontroller</App>
|
||||
</SpuriousHintApps>
|
||||
</Feature>
|
||||
@@ -1,36 +0,0 @@
|
||||
<!--
|
||||
/******************************************************************************
|
||||
@file AppClassifierFeature.xml
|
||||
@brief Implementation of Android Framework Learning Module
|
||||
|
||||
DESCRIPTION
|
||||
Each feature has an xml file to define the components
|
||||
|
||||
===========================================================================
|
||||
Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
===========================================================================
|
||||
******************************************************************************/
|
||||
-->
|
||||
<!--
|
||||
Follows "Data goes into elements, metadata goes into attributes"
|
||||
-->
|
||||
<Feature>
|
||||
<Name>AppClassifier</Name>
|
||||
<Configs>
|
||||
<Enable>1</Enable>
|
||||
</Configs>
|
||||
<Libname>libappclassifier.so</Libname>
|
||||
<Triggers>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_APP_WORKLOAD_TYPE</AsyncId>
|
||||
</Trigger>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_WORKLOAD_HEAVY</AsyncId>
|
||||
<AsyncType>1</AsyncType>
|
||||
</Trigger>
|
||||
</Triggers>
|
||||
</Feature>
|
||||
@@ -1,167 +0,0 @@
|
||||
<!--
|
||||
/******************************************************************************
|
||||
@file GameOptimizationFeature.xml
|
||||
@brief Game Optimization feature xml
|
||||
|
||||
DESCRIPTION
|
||||
Each feature has an xml file to define the feature components
|
||||
|
||||
===========================================================================
|
||||
Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
===========================================================================
|
||||
******************************************************************************/
|
||||
-->
|
||||
<!--
|
||||
Follows "Data goes into elements, metadata goes into attributes"
|
||||
-->
|
||||
|
||||
<Feature>
|
||||
<Name>GameOptimization</Name>
|
||||
<Libname>libgameoptfeature.so</Libname>
|
||||
<Configs target="bengal">
|
||||
<Enable>1</Enable>
|
||||
<MIN_DDR_FREQ>1144</MIN_DDR_FREQ>
|
||||
<MAX_MIN_DDR_FREQ>2086</MAX_MIN_DDR_FREQ>
|
||||
</Configs>
|
||||
<Configs target="scuba">
|
||||
<Enable>1</Enable>
|
||||
<MIN_DDR_FREQ>1144</MIN_DDR_FREQ>
|
||||
<MAX_MIN_DDR_FREQ>2086</MAX_MIN_DDR_FREQ>
|
||||
</Configs>
|
||||
<Configs target="khaje">
|
||||
<Enable>1</Enable>
|
||||
<ATML1>0</ATML1>
|
||||
<ATML2>1</ATML2>
|
||||
<ATML3>0</ATML3>
|
||||
<IDLE_SENSE>0</IDLE_SENSE>
|
||||
<GROUP_UPMIGRATE_PATH>/proc/sys/kernel/sched_group_upmigrate</GROUP_UPMIGRATE_PATH>
|
||||
<GROUP_DOWNMIGRATE_PATH>/proc/sys/kernel/sched_group_downmigrate</GROUP_DOWNMIGRATE_PATH>
|
||||
<BIG_CLUSTER_ID>4,5,6,7</BIG_CLUSTER_ID>
|
||||
<BIG_SLB_OPCODE>0x40C68000,0x40C68010,0x40C68020,0x40C68030</BIG_SLB_OPCODE>
|
||||
<LITTLE_SLB_OPCODE>0x40C68100,0x40C68110,0x40C68120,0x40C68130</LITTLE_SLB_OPCODE>
|
||||
<!-- SLBval, TADemand, Jank-->
|
||||
<SLB_MAP>14,200,40,6,150,30,4,125,25,2,100,15,0</SLB_MAP>
|
||||
<STUTTER_SCALE>10</STUTTER_SCALE>
|
||||
<ENABLE_DB_L2_L3>0</ENABLE_DB_L2_L3>
|
||||
<!-- This will enbale SLB clamping if Janks are zero in consistent learning window-->
|
||||
<ENABLE_SLB_CLAMPER>1</ENABLE_SLB_CLAMPER>
|
||||
<L3_JANK_THRESHOLD>2,12</L3_JANK_THRESHOLD>
|
||||
<!-- Janky vector threshold, Total no. of Janks Threshold-->
|
||||
<L1_JANK_THRESHOLD>4,8</L1_JANK_THRESHOLD>
|
||||
<!-- Default slb little, Default slb big-->
|
||||
<ATM_L3_DEFAULTS>-6,-6</ATM_L3_DEFAULTS>
|
||||
</Configs>
|
||||
<Profiles>
|
||||
<Profile>
|
||||
<!-- Colocation v3 1 GHz, Sched Many Wake Up Threshold 4 -->
|
||||
<DEFAULT>0x4144C100,1000000,0x40C9C000,4</DEFAULT>
|
||||
<!-- Colocation v3 1 GHz, Predictive Load 1, Sched Many Wake Up Threshold 4 -->
|
||||
<SKEW2>0x4144C100,1000000,0x41444000,1,0x40C9C000,4</SKEW2>
|
||||
</Profile>
|
||||
</Profiles>
|
||||
|
||||
<Meters>
|
||||
<SamplesRequired>4</SamplesRequired>
|
||||
<Meter>
|
||||
<Name>Fps</Name>
|
||||
<Triggers>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_APP_WORKLOAD_TYPE</AsyncId>
|
||||
<AsyncType>1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_TAP_EVENT</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_START</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_PAUSE</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_RESUME</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_STOP</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_HEADROOM_REGULATOR</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
</Triggers>
|
||||
<Configs>
|
||||
<FPS_NODE>/sys/class/drm/sde-crtc-0/measured_fps</FPS_NODE>
|
||||
<FPS_PERIODICITY_NODE>/sys/class/drm/sde-crtc-0/fps_periodicity_ms</FPS_PERIODICITY_NODE>
|
||||
</Configs>
|
||||
<Samples>100</Samples>
|
||||
</Meter>
|
||||
<Meter>
|
||||
<Name>SchedParams</Name>
|
||||
<Triggers>
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_APP_WORKLOAD_TYPE</AsyncId>
|
||||
<AsyncType>1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_TAP_EVENT</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_START</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_PAUSE</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_RESUME</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
<Trigger>
|
||||
<Primary>true</Primary>
|
||||
<AsyncId>VENDOR_HINT_ACTIVITY_STOP</AsyncId>
|
||||
<AsyncType>-1</AsyncType>
|
||||
</Trigger>
|
||||
|
||||
</Triggers>
|
||||
<Samples>100</Samples>
|
||||
</Meter>
|
||||
</Meters>
|
||||
<IgnoredApps>
|
||||
<App>com.google.android.gms</App>
|
||||
<App>com.android.vending</App>
|
||||
<App>com.google.android.projection.gearhead</App>
|
||||
</IgnoredApps>
|
||||
</Feature>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
/* Copyright (c) 2021 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
*/
|
||||
-->
|
||||
|
||||
<ResourceConfigs>
|
||||
<PerfResources>
|
||||
<SysNode Idx="0x0" Node="/sys/module/msm_performance/parameters/num_clusters" />
|
||||
<SysNode Idx="0x1" Node="/sys/module/msm_performance/parameters/managed_cpus" />
|
||||
<SysNode Idx="0x2" Node="/sys/module/msm_performance/parameters/cpu_max_freq" />
|
||||
<SysNode Idx="0x3" Node="/sys/module/msm_performance/events/cpu_hotplug" />
|
||||
<SysNode Idx="0x4" Node="/sys/module/msm_performance/parameters/max_cpus" />
|
||||
<SysNode Idx="0x5" Node="/sys/module/msm_performance/parameters/inst" />
|
||||
<SysNode Idx="0x6" Node="/sys/module/msm_performance/parameters/splh_notif" />
|
||||
<SysNode Idx="0x7" Node="/sys/module/msm_performance/notify/gfx_evt" />
|
||||
<SysNode Idx="0x8" Node="/sys/module/msm_performance/parameters/evnt_gplaf_pid" />
|
||||
</PerfResources>
|
||||
</ResourceConfigs>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user