avicii: Update blobs from CAF

* VENDOR from LA.UM.9.12.r1-14400-SMxx50.QSSI13.0
* QSSI from LA.QSSI.13.0.r1-09000-qssi.0
* Split CAF proprietary files
* Update Keymaster to 4.1
* Use FBE v2
* Use Non 20801/20804 (Nord) libs/firmwares
* Do not use odm/vendor dir for WCNSS_qcom_cfg.ini
This commit is contained in:
KakatkarAkshay
2023-02-11 22:35:48 +05:30
parent 41f8826940
commit cf5f728d99
597 changed files with 1741 additions and 2049 deletions

View File

@@ -1,130 +0,0 @@
#Main logging indication
EnableLogs=True
#Debug detailing level
#if commented \ removed it will use default: full info
# 0 - nothing
# 3 - critical errors
# 5 - critical info
# 10 - errors
# 30 - warnings
# 40 - info
# 50 - additional info
# 60 - full info
DebugLevel=40
#Directory of HDCP TrustZone application file
#Uncomment the following line in order to override system default value
#ifdef VENDOR_EDIT
#Long.Liu@BSP.Fingerprint.Secure , 2020/06/08, modify for HDCP ta PATH
TzAppPath=/odm/vendor/firmware
#TzAppPath=/vendor/firmware
#endif
#Secure File System path.
#In Arm HDCP versions prior to 4.0.0, this parameter was named "UserRootDir".
#Unless required for backward compatibility, Arm recommends not to change the value of this parameter.
#SfsPath=/persist/data
#Enable / Disable file logs. If set to "False" - file logs will be disabled
UseLogFile=False
LogPath=/data/local/tmp
LogFileName=hdcp.log
LogFileMaxSize=52428800
MaxNumOfLogFiles=40
#Merge the client logs into logcat
#comment out \ remove to disable
LogcatLogs=True
#Enable stdout logs. For production devices, this parameter must be set to False
StdoutLogs=False
#HLOS data dir, comment out \ remove to enable default value (/data/system)
HlosDataDir = /data/system
#Set True/False
#Set value for capbiliy mask : TRANSMITTER_LOCALITY_PRECOMPUTE_SUPPORT_BIT_MASK and RECEIVER_LOCALITY_PRECOMPUTE_SUPPORT_BIT_MASK as part of spcification. Default value is True.
IsLocalityCheckPreComputeSupported=True
#Transmitter only - number of Max LC retries, for any reason. This should not exceed the spcification 1023 re-attempts. For the total number of attempts, add 1 to this parameter.
#if commented \ removed it will use default (1023)
TotalLcRetries=1023
#Transmitter only - number of LC retries, out of the total TotalLcRetries, which are due to LC_SEND_L_PRIME not arrived in pre-compute mode, or due to cryptographic failured caused by a LC_SEND_L_PRIME arriving in delay,
# or wrong LC_SEND_L_PRIME content
#These retries are subset of the total retries in TotalLcRetries, so this parameter should be always less than the maximum specification allowed 1023 retries, but must also be less than TotalLcRetries
#This parameter will leave total number of TotalLcRetries-HlosLcTimeoutRetries retries due to the case of message arrived too late (more than 7ms, verified in TEE)
HlosLcTimeoutRetries=9
#for locality check with pre-compute capability - time for retry in soruce (in HLOS), in case that no message received from sink
LcPreComputeHlosTimeout=100
#overall connection timeout
#remove \ comment to use default (10000)
UpstreamOverallAuthenticationTimeout=10000
DownsOverallAuthenticationTimeout=10000
#Avoid HDCP timeouts - Possible in testing Keys only. May be used for debug purposes. All HDCP protocol timeouts will be avoided, excluding receiver timeouts will HDCP 2.2 Transmitter is working with HDCP 2.0 receiver.
#Secure timestamp checking in Locality check and propagations will be avoided too.
AvoidTimeouts=False
# Override the default TEE service logging mechanism. Any combination of True/False is valid.
# The settings is secondary. Leave undefined to use platform defaults (recommended!)
TeeNativeLogging=False
TeeSerializedLogging=True
# Logger Queue number of slots
# The value should be power of 2 that is greater than or equal to 128 (i.e 128, 256, 512 ...)
# Default value 4096
LoggerQueueSize=4096
# When IsSinkDualModeEnabled is True, the sink can switch between repeater and receiver
# depending if it has populated topology beneath it. When IsSinkDualModeEnabled is False,
# the sink will always identify itself as a repeater and if there is no devices beneath it,
# it will have zero-size receiver ID list in its topology.
# Default is True.
IsSinkDualModeEnabled=True
# When SinkSendVPrimeMSB is True, Sink sends the most significant 128-bits of V' during upstream
# propagation, as required by the HDCP specification. When SinkSendVPrimeMSB is False, Sink sends
# the least significant 128-bits of V' during upstream propagation, inconsistently with the HDCP
# specification, but without compromising security. This allows Sink to work against 3rd party
# devices who violate the HDCP specification.
# Default is False.
SinkSendVPrimeMSB=False
# Size (in bytes) for hlos-ptr shared memory. Default: 2097152 (2MB)
# When EArmHdcpBufferType::ARM_HDCP_BUFFER_TYPE_VIRTUAL_POINTER type is used for cipher buffers, an intermediate ION buffer should be allocated.
# Size of the pre-allocated ION buffer is defined by SizeBytesForHlosPtrAsSharedMemRef value.
# If SizeBytesForHlosPtrAsSharedMemRef is set to 0, cipher calls with EArmHdcpBufferType::ARM_HDCP_BUFFER_TYPE_VIRTUAL_POINTER type will fail.
# When using Google WFD with libstagefright_hdcp.so this parameter should be set to 2 * maximum needed buffer size per encrypt operation and rounded up to 4096 bytes boundary
SizeBytesForHlosPtrAsSharedMemRef=0
# Optional ION buffer parameters
# When SizeBytesForHlosPtrAsSharedMemRef > 0, the following parameters used for pre-allocated ION buffer allocation.
# Note: HDCP test application require SizeBytesForHlosPtrAsSharedMemRef=2097152
# Non-secure ION heap ID. Default: 27 (27=ION_QSECOM_HEAP_ID)
# NON_SECURE_ION_HEAP_ID=27
# Alignment in KB for non-secure buffer allocation using ION heap. Default: 4
# NON_SECURE_ION_HEAP_ALIGN_KB=4
# Non-secure ION buffer allocation flags. Default: 0
# NON_SECURE_ION_HEAP_FLAGS=0
# The following parameters used for secure ION buffers allocation (for test purpose only)
# Secure ION heap ID. Default: 9 (9=ION_SECURE_HEAP_ID)
# TEST_SECURE_ION_HEAP_ID=9
# Alignment in KB for secure buffer allocation using ION heap. Default: 4
# TEST_SECURE_ION_HEAP_ALIGN_KB=4
# Secure ION buffer allocation flags. Default: 2147745792 (2147745792 = 0x80040000 = (ION_SECURE | ION_FLAG_CP_BITSTREAM))
# TEST_SECURE_ION_HEAP_FLAGS=2147745792
# TEST_SECURE_ION_HEAP_USE_TAG_MEM can be False (Default) or True
# Set TEST_SECURE_ION_HEAP_USE_TAG_MEM to 1 to enforce qsee_tag_mem(AC_VM_CP_BITSTREAM, ...) call for each allocated ION secure buffer
# TEST_SECURE_ION_HEAP_USE_TAG_MEM=False

View File

@@ -69,11 +69,6 @@ QDR_CAN_TYPE = 14
##Reporting offset before PPS boundary
QDR_REPORTING_OFFSET = 20
#
##QDR_ENABLE_QG shall be set as 1
QDR_ENABLE_QG = 1
#GEAR Optimisation
QG_GEAR_ON_CHANGE=1
#
##Vehicle Sensor Configuration (CAN data availability)
##QDR_VEH_SENSOR_CONFIG:

View File

@@ -14,4 +14,4 @@ lqa_update_threshold:0.25
#in this duration
lqa_update_count_timer:10000
#default URL for establishing a tcp sessions
mwqem_http_url:www.qualcomm.com
mwqem_http_url:www.qualcomm.com

View File

@@ -7,12 +7,9 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
<CapabilityStore version="1">
<namespace name="vpp">
<!-- #ifdef OPLUS_FEATURE_HQV -->
<!-- Yugang.Ma@PSW.MM.MediaServer.Player, 2019/09/20, [Modify for HQV feature]-->
<capability key="default_config" value="false"/>
<capability key="disable_dynamic_hal" value="true"/>
<capability key="enable" value="true"/>
<!-- #endif OPLUS_FEATURE_HQV-->
<capability key="enable" value="false"/>
<capability key="enable_idle_timeout" value="true"/>
<capability key="idle_timeout_ms" value="1000"/>
</namespace>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DSI Module configuration XML file
Copyright (c) 2013, 2015, 2017-2020 Qualcomm Technologies, Inc.
Copyright (c) 2013, 2015, 2017-2021 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
@@ -1258,5 +1258,139 @@
<data type="string"> rmnet_data16 </data>
</list>
</listitem>
<!-- Configuration for lahaina_pt -->
<listitem name="lahaina_pt">
<data name="qos_enabled" type="int"> 1 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet0 </data>
<data name="num_dsi_handles" type="int"> 17 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>
<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>
</listitem>
<!-- Configuration for monaco-->
<listitem name="monaco">
<data name="qos_enabled" type="int"> 1 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet0 </data>
<data name="num_dsi_handles" type="int"> 11 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
</listitem>
<!-- Configuration for QTang -->
<listitem name="qtang">
<data name="qos_enabled" type="int"> 1 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
<data name="single_qmux_channel_enabled" type="int"> 1 </data>
<data name="single_qmux_channel_name" type="string"> rmnet0 </data>
<data name="num_dsi_handles" type="int"> 11 </data>
<list name="device_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
<list name="control_port_names">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
</listitem>
</list>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Netmgr Module configuration XML file
Copyright (c) 2013, 2016-2020 Qualcomm Technologies, Inc.
Copyright (c) 2013, 2016-2022 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
@@ -2570,7 +2570,7 @@
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
<data name="rtnetlink_tc_enabled" type="int"> 1 </data>
<data name="rmnet_perf" type="int"> 1 </data>
<data name="rmnet_shs" type="int"> 1 </data>
<data name="rmnet_shs" type="int"> 2 </data>
<data name="netdev_max_backlog" type="int"> 100000 </data>
<data name="disable_tcp_hystart_detect" type="int"> 1 </data>
<data name="disable_hystart" type="int"> 1 </data>
@@ -2677,16 +2677,8 @@
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 9 </data>
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- YangHao@BSP.STABILITY, 2020/04/03, for ipa crash issue -->
<!--
<data name="rsc" type="int"> 1 </data>
<data name="rsb" type="int"> 1 </data>
-->
<!-- #else -->
<data name="rsc" type="int"> 0 </data>
<data name="rsb" type="int"> 0 </data>
<!-- #endif /* OPLUS_BUG_STABILITY */ -->
<data name="mhip" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_mhi0 </data>
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
@@ -2811,6 +2803,7 @@
<data name="kfc_mode" type="int"> 4 </data>
<data name="kfc_qmap" type="int"> 1 </data>
<data name="qmi_pc" type="int"> 1 </data>
<data name="dfc_ps_ext" type="int"> 0 </data>
<data name="tcp_ack_prio" type="int"> 1 </data>
<data name="single_qmux_ch_enabled" type="int"> 1 </data>
@@ -2830,16 +2823,8 @@
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 9 </data>
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- YangHao@BSP.STABILITY, 2020/04/03, for ipa crash issue -->
<!--
<data name="rsc" type="int"> 1 </data>
<data name="rsb" type="int"> 1 </data>
-->
<!-- #else -->
<data name="rsc" type="int"> 0 </data>
<data name="rsb" type="int"> 0 </data>
<!-- #endif /* OPLUS_BUG_STABILITY */ -->
<data name="mhip" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_mhi0 </data>
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
@@ -2954,11 +2939,6 @@
</list>
<!-- Number of above reverse data ports inited on bootup -->
<data name="static_rev_links" type="int"> 4 </data>
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- Liwei@Connectivity.NETWORK, 2021/04/25, for set default tcp_mtu_probing-->
<data name="tcp_mtu_probing" type="int"> 1 </data>
<!-- #endif /* OPLUS_BUG_STABILITY */ -->
</listitem>
<!-- lito parameters -->
@@ -2990,16 +2970,8 @@
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
<data name="rtnetlink_tc_enabled" type="int"> 1 </data>
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- YangHao@BSP.STABILITY, 2020/04/03, for ipa crash issue -->
<!--
<data name="rsc" type="int"> 1 </data>
<data name="rsb" type="int"> 1 </data>
-->
<!-- #else -->
<data name="rsc" type="int"> 0 </data>
<data name="rsb" type="int"> 0 </data>
<!-- #endif /* OPLUS_BUG_STABILITY */ -->
<data name="rmnet_shs" type="int"> 1 </data>
<data name="rmnet_perf" type="int"> 3 </data>
<data name="uplink_priority" type="int"> 1 </data>
@@ -3108,11 +3080,6 @@
</list>
<!-- Number of above reverse data ports inited on bootup -->
<data name="static_rev_links" type="int"> 4 </data>
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- Liwei@Connectivity.NETWORK, 2021/04/25, for set default tcp_mtu_probing-->
<data name="tcp_mtu_probing" type="int"> 1 </data>
<!-- #endif /* OPLUS_BUG_STABILITY */ -->
</listitem>
<!-- lahaina parameters -->
@@ -3256,10 +3223,378 @@
</list>
<!-- Number of above reverse data ports inited on bootup -->
<data name="static_rev_links" type="int"> 4 </data>
</listitem>
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- Liwei@Connectivity.NETWORK, 2021/04/25, for set default tcp_mtu_probing-->
<data name="tcp_mtu_probing" type="int"> 1 </data>
<!-- #endif /* OPLUS_BUG_STABILITY */ -->
<!-- lahaina_pt parameters -->
<listitem name = "lahaina_pt">
<data name="qmi_dpm_enabled" type="int"> 1 </data>
<data name="use_qmuxd" type="int"> 0 </data>
<data name="dpm_retry_timeout" type="int"> 10000 </data>
<data name="wda_data_format_enabled" type="int"> 1 </data>
<data name="kfc_mode" type="int"> 4 </data>
<data name="kfc_qmap" type="int"> 1 </data>
<data name="qmi_pc" type="int"> 1 </data>
<data name="tcp_ack_prio" type="int"> 1 </data>
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
<data name="single_qmux_ch_enabled" type="int"> 1 </data>
<data name="single_qmux_ch_conn_id_str" type="string"> rmnet0 </data>
<data name="single_qmux_ch_name" type="string"> DATA5_CNTL </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="dataformat_agg_dl_pkt" type="int"> 63 </data>
<data name="dataformat_agg_dl_size" type="int"> 64844 </data>
<data name="dataformat_agg_ul_pkt" type="int"> 32 </data>
<data name="dataformat_agg_ul_size" type="int"> 16384 </data>
<data name="dataformat_agg_ul_time" type="int"> 1000000 </data>
<data name="dataformat_agg_ul_features" type="int"> 1 </data>
<data name="dataformat_dl_data_aggregation_protocol" type="int"> 9 </data>
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 9 </data>
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
<data name="rsc" type="int"> 2 </data>
<data name="rsb" type="int"> 2 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
<data name="rmnet_offload" type="int"> 1 </data>
<data name="rmnet_shs" type="int"> 1 </data>
<data name="uplink_priority" type="int"> 1 </data>
<data name="iwlan_concurrency" type="int"> 1 </data>
<data name="nl_xfrm" type="int"> 1 </data>
<data name="netdev_max_backlog" type="int"> 100000 </data>
<data name="debug_netdev_max_backlog" type="int"> 1500 </data>
<data name="disable_tcp_hystart_detect" type="int"> 1 </data>
<data name="disable_hystart" type="int"> 1 </data>
<data name="initial_ssthresh" type="int"> 1400 </data>
<data name="dl_marker_enabled" type="int"> 2 </data>
<data name="pnd_rps_mask" type="int"> 2 </data>
<data name="vnd_rps_mask" type="int"> 125 </data>
<data name="qos_via_idl" type="int"> 1 </data>
<data name="max_mtu" type="int"> 9216 </data>
<data name="netmgr_recovery_enabled" type="int"> 1 </data>
<data name="num_modems" type="int"> 2 </data>
<list name="modems_enabled">
<data type="int"> 1 </data> <!-- MODEM_MSM -->
<data type="int"> 0 </data> <!-- MODEM_MDM -->
</list>
<data name="control_ports_len" type="int"> 17 </data>
<list name="control_ports">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>
<data name="data_ports_len" type="int"> 17 </data>
<list name="data_ports">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
<data type="string"> rmnet_data11 </data>
<data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<data type="string"> rmnet_data14 </data>
<data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
</list>
<!-- Number of above data ports inited on bootup -->
<data name="static_fwd_links" type="int"> 6 </data>
<!-- iWLAN ports -->
<data name="iwlan_enable" type="int"> 1 </data>
<data name="rev_control_ports_len" type="int"> 16 </data>
<list name="rev_control_ports">
<data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data>
<data type="string"> r_rmnet_data2 </data>
<data type="string"> r_rmnet_data3 </data>
<data type="string"> r_rmnet_data4 </data>
<data type="string"> r_rmnet_data5 </data>
<data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </data>
<data type="string"> r_rmnet_data9 </data>
<data type="string"> r_rmnet_data10 </data>
<data type="string"> r_rmnet_data11 </data>
<data type="string"> r_rmnet_data12 </data>
<data type="string"> r_rmnet_data13 </data>
<data type="string"> r_rmnet_data14 </data>
<data type="string"> r_rmnet_data15 </data>
</list>
<data name="rev_data_ports_len" type="int"> 16 </data>
<list name="rev_data_ports">
<data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data>
<data type="string"> r_rmnet_data2 </data>
<data type="string"> r_rmnet_data3 </data>
<data type="string"> r_rmnet_data4 </data>
<data type="string"> r_rmnet_data5 </data>
<data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </data>
<data type="string"> r_rmnet_data9 </data>
<data type="string"> r_rmnet_data10 </data>
<data type="string"> r_rmnet_data11 </data>
<data type="string"> r_rmnet_data12 </data>
<data type="string"> r_rmnet_data13 </data>
<data type="string"> r_rmnet_data14 </data>
<data type="string"> r_rmnet_data15 </data>
</list>
<!-- Number of above reverse data ports inited on bootup -->
<data name="static_rev_links" type="int"> 4 </data>
</listitem>
<!-- monaco parameters -->
<listitem name = "monaco">
<data name="qmi_dpm_enabled" type="int"> 1 </data>
<data name="use_qmuxd" type="int"> 0 </data>
<data name="dpm_retry_timeout" type="int"> 10000 </data>
<data name="wda_data_format_enabled" type="int"> 1 </data>
<data name="kfc_mode" type="int"> 0 </data>
<data name="kfc_qmap" type="int"> 0 </data>
<data name="qmi_pc" type="int"> 0 </data>
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
<data name="single_qmux_ch_enabled" type="int"> 1 </data>
<data name="single_qmux_ch_conn_id_str" type="string"> rmnet0 </data>
<data name="single_qmux_ch_name" type="string"> DATA5_CNTL </data>
<data name="tc_ul_baserate" type="int"> 155000000 </data>
<data name="dynamic_tc_ul_baserate" type="int"> 1 </data>
<data name="tc_ul_burst" type="int"> 25000 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="dataformat_agg_dl_pkt" type="int"> 10 </data>
<data name="dataformat_agg_dl_size" type="int"> 8192 </data>
<data name="dataformat_agg_ul_pkt" type="int"> 0 </data>
<data name="dataformat_agg_ul_size" type="int"> 0 </data>
<data name="dataformat_agg_ul_time" type="int"> 0 </data>
<data name="dataformat_agg_ul_features" type="int"> 0 </data>
<data name="dataformat_dl_data_aggregation_protocol" type="int"> 8 </data>
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 8 </data>
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
<data name="rsc" type="int"> 0 </data>
<data name="rsb" type="int"> 0 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
<data name="rmnet_offload" type="int"> 0 </data>
<data name="rmnet_shs" type="int"> 0 </data>
<data name="uplink_priority" type="int"> 0 </data>
<data name="iwlan_concurrency" type="int"> 1 </data>
<data name="nl_xfrm" type="int"> 1 </data>
<data name="netdev_max_backlog" type="int"> 10000 </data>
<data name="rtnetlink_tc_enabled" type="int"> 1 </data>
<data name="debug_netdev_max_backlog" type="int"> 1500 </data>
<data name="disable_tcp_hystart_detect" type="int"> 1 </data>
<data name="disable_hystart" type="int"> 1 </data>
<data name="initial_ssthresh" type="int"> 1400 </data>
<data name="dl_marker_enabled" type="int"> 0 </data>
<data name="pnd_rps_mask" type="int"> 2 </data>
<data name="vnd_rps_mask" type="int"> 12 </data>
<data name="qos_via_idl" type="int"> 1 </data>
<data name="max_mtu" type="int"> 9216 </data>
<data name="netmgr_recovery_enabled" type="int"> 1 </data>
<data name="num_modems" type="int"> 2 </data>
<list name="modems_enabled">
<data type="int"> 1 </data> <!-- MODEM_MSM -->
<data type="int"> 0 </data> <!-- MODEM_MDM -->
</list>
<data name="control_ports_len" type="int"> 11 </data>
<list name="control_ports">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
<data name="data_ports_len" type="int"> 11 </data>
<list name="data_ports">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
<!-- Number of above data ports inited on bootup -->
<data name="static_fwd_links" type="int"> 6 </data>
<!-- iWLAN ports -->
<data name="iwlan_enable" type="int"> 1 </data>
<data name="rev_control_ports_len" type="int"> 9 </data>
<list name="rev_control_ports">
<data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data>
<data type="string"> r_rmnet_data2 </data>
<data type="string"> r_rmnet_data3 </data>
<data type="string"> r_rmnet_data4 </data>
<data type="string"> r_rmnet_data5 </data>
<data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </data>
</list>
<data name="rev_data_ports_len" type="int"> 9 </data>
<list name="rev_data_ports">
<data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data>
<data type="string"> r_rmnet_data2 </data>
<data type="string"> r_rmnet_data3 </data>
<data type="string"> r_rmnet_data4 </data>
<data type="string"> r_rmnet_data5 </data>
<data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </data>
</list>
<!-- Number of above reverse data ports inited on bootup -->
<data name="static_rev_links" type="int"> 4 </data>
</listitem>
<!-- QTang parameters -->
<listitem name = "qtang">
<data name="qmi_dpm_enabled" type="int"> 1 </data>
<data name="use_qmuxd" type="int"> 0 </data>
<data name="dpm_retry_timeout" type="int"> 10000 </data>
<data name="wda_data_format_enabled" type="int"> 1 </data>
<data name="kfc_mode" type="int"> 4 </data>
<data name="qmi_pc" type="int"> 1 </data>
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
<data name="single_qmux_ch_enabled" type="int"> 1 </data>
<data name="single_qmux_ch_conn_id_str" type="string"> rmnet0 </data>
<data name="single_qmux_ch_name" type="string"> DATA5_CNTL </data>
<data name="tc_ul_baserate" type="int"> 155000000 </data>
<data name="dynamic_tc_ul_baserate" type="int"> 1 </data>
<data name="tc_ul_burst" type="int"> 25000 </data>
<data name="rmnet_data_enabled" type="int"> 1 </data>
<data name="dataformat_agg_dl_pkt" type="int"> 10 </data>
<data name="dataformat_agg_dl_size" type="int"> 8192 </data>
<data name="dataformat_agg_ul_pkt" type="int"> 0 </data>
<data name="dataformat_agg_ul_size" type="int"> 0 </data>
<data name="dataformat_dl_data_aggregation_protocol" type="int"> 8 </data>
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 8 </data>
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
<data name="rtnetlink_tc_enabled" type="int"> 1 </data>
<data name="netdev_max_backlog" type="int"> 10000 </data>
<data name="disable_tcp_hystart_detect" type="int"> 1 </data>
<data name="disable_hystart" type="int"> 1 </data>
<data name="initial_ssthresh" type="int"> 1400 </data>
<data name="pnd_rps_mask" type="int"> 2 </data>
<data name="vnd_rps_mask" type="int"> 12 </data>
<data name="netdev_budget" type="int"> 0 </data>
<data name="tcp_mtu_probing" type="int"> 2 </data>
<data name="qos_via_idl" type="int"> 1 </data>
<data name="skip_buffered_qos_modify" type="int"> 1 </data>
<data name="num_modems" type="int"> 2 </data>
<list name="modems_enabled">
<data type="int"> 1 </data> <!-- MODEM_MSM -->
<data type="int"> 0 </data> <!-- MODEM_MDM -->
</list>
<data name="control_ports_len" type="int"> 11 </data>
<list name="control_ports">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
<data name="data_ports_len" type="int"> 11 </data>
<list name="data_ports">
<data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data>
<data type="string"> rmnet_data2 </data>
<data type="string"> rmnet_data3 </data>
<data type="string"> rmnet_data4 </data>
<data type="string"> rmnet_data5 </data>
<data type="string"> rmnet_data6 </data>
<data type="string"> rmnet_data7 </data>
<data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data>
</list>
<!-- iWLAN ports -->
<data name="iwlan_enable" type="int"> 1 </data>
<data name="rev_control_ports_len" type="int"> 9 </data>
<list name="rev_control_ports">
<data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data>
<data type="string"> r_rmnet_data2 </data>
<data type="string"> r_rmnet_data3 </data>
<data type="string"> r_rmnet_data4 </data>
<data type="string"> r_rmnet_data5 </data>
<data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </data>
</list>
<data name="rev_data_ports_len" type="int"> 9 </data>
<list name="rev_data_ports">
<data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data>
<data type="string"> r_rmnet_data2 </data>
<data type="string"> r_rmnet_data3 </data>
<data type="string"> r_rmnet_data4 </data>
<data type="string"> r_rmnet_data5 </data>
<data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </data>
</list>
</listitem>
</list>

View File

@@ -12,12 +12,7 @@ XTRA_CA_PATH=/usr/lib/ssl-1.1/certs
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
# If DEBUG_LEVEL is commented, Android's logging levels will be used
#ifndef OPLUS_BUG_DEBUG
#LinHuaqiu@CONNECTIVITY.GPS.LOCATION.LOG.1065783, 2017/11/04, Add for gps log control
#DEBUG_LEVEL = 3
#else /* OPLUS_BUG_DEBUG */
DEBUG_LEVEL = 2
#endif /* OPLUS_BUG_DEBUG */
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
@@ -313,12 +308,7 @@ MODEM_TYPE = 1
#####################################
# This is a string that is sent to the framework
# in nfwNotifyCb callback
#ifndef OPLUS_BUG_STABILITY
#LiZhilong@CONNECTIVITY.GPS.LOCATION.OPCUSTOMIZED.2786815, 2020/01/10, Modify for nfw proxy app
#PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation
#else /* OPLUS_BUG_STABILITY */
PROXY_APP_PACKAGE_NAME = com.oplus.locationproxy
#endif /* OPLUS_BUG_STABILITY */
PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation
#####################################
# CP_MTLR_ES

View File

@@ -1,3 +1,9 @@
on property:vendor.keymaster.quickboot=true
stop gatekeeper-1-0
start gatekeeper-1-0
stop gatekeeperd
start gatekeeperd
service gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti
class early_hal
user system

View File

@@ -1,7 +0,0 @@
on init
start keymaster-4-0
service keymaster-4-0 /vendor/bin/hw/android.hardware.keymaster@4.0-service-qti
class early_hal
user system
group system drmrpc

View File

@@ -0,0 +1,14 @@
on init
start vendor.keymaster-4-1
on property:vendor.keymaster.quickboot=true
stop vendor.keymaster-4-1
start vendor.keymaster-4-1
stop keystore
start keystore
start wait_for_keymaster
service vendor.keymaster-4-1 /vendor/bin/hw/android.hardware.keymaster@4.1-service-qti
class early_hal
user system
group system drmrpc

View File

@@ -1,6 +1,6 @@
#! /bin/sh
#
#Copyright (c) 2019 Qualcomm Technologies, Inc.
#Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
#All Rights Reserved.
#Confidential and Proprietary - Qualcomm Technologies, Inc.
#
@@ -15,3 +15,6 @@ service thermal-engine /vendor/bin/thermal-engine
socket thermal-recv-client stream 0660 system oem_2907
socket thermal-recv-passive-client stream 0660 system oem_2907
socket thermal-send-rule stream 0660 system oem_2907
on property:sys.boot_completed=1
restart thermal-engine

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
@@ -18,10 +18,6 @@ on boot
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_ctl
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_core
on boot
#Reduce the pressure on the reassemly cache by discarding orphan fragments quicker
write /proc/sys/net/netfilter/nf_conntrack_frag6_timeout 10
# msm specific files that need to be created on /data
on post-fs-data
#Create NETMGR daemon log dir

View File

@@ -2,35 +2,19 @@ service vendor.qcrild /vendor/bin/hw/qcrild
class main
user radio
disabled
#ifdef OPLUS_FEATURE_OEM_QMI
#TanZhengpeng@NETWORK.REG.919197, 2016/06/04, modify for Oem qmi service
#group radio cache inet misc audio log readproc wakelock oem_2901
#else /* OPLUS_FEATURE_OEM_QMI */
group radio cache inet misc audio log readproc wakelock oem_2901 net_raw system root
#endif /* OPLUS_FEATURE_OEM_QMI */
group radio cache inet misc audio log readproc wakelock oem_2901
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW
service vendor.qcrild2 /vendor/bin/hw/qcrild -c 2
class main
user radio
disabled
#ifdef OPLUS_FEATURE_OEM_QMI
#TanZhengpeng@NETWORK.REG.919197, 2016/06/04, modify for Oem qmi service
#group radio cache inet misc audio log readproc wakelock oem_2901
#else /* OPLUS_FEATURE_OEM_QMI */
group radio cache inet misc audio log readproc wakelock oem_2901 net_raw system root
#endif /* OPLUS_FEATURE_OEM_QMI */
group radio cache inet misc audio log readproc wakelock oem_2901
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW
service vendor.qcrild3 /vendor/bin/hw/qcrild -c 3
class main
user radio
disabled
#ifdef OPLUS_FEATURE_OEM_QMI
#TanZhengpeng@NETWORK.REG.919197, 2016/06/04, modify for Oem qmi service
#group radio cache inet misc audio log readproc wakelock oem_2901
#else /* OPLUS_FEATURE_OEM_QMI */
group radio cache inet misc audio log readproc wakelock oem_2901 net_raw system root
#endif /* OPLUS_FEATURE_OEM_QMI */
group radio cache inet misc audio log readproc wakelock oem_2901
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW

View File

@@ -1,10 +1,9 @@
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
on boot
# Create netmgr recovery folder
write /data/vendor/shsusr/shsusr_log.txt ""
chown radio radio /data/vendor/shsusr/shsusr_log.txt
@@ -18,6 +17,7 @@ service vendor.shsusrd /system/vendor/bin/shsusrd 0x002819000
class main
user radio
group radio
capabilities NET_ADMIN
disabled
on property:persist.vendor.data.shsusr_load=1
@@ -25,3 +25,16 @@ on property:persist.vendor.data.shsusr_load=1
on property:persist.vendor.data.shsusr_load=0
stop vendor.shsusrd
on property:persist.vendor.data.shsusr_ipa=02
write /sys/class/net/rmnet_ipa0/queues/rx-0/rps_cpus "02"
on property:persist.vendor.data.shsusr_ipa=10
write /sys/class/net/rmnet_ipa0/queues/rx-0/rps_cpus "10"
on property:persist.vendor.data.shsusr_ipa=20
write /sys/class/net/rmnet_ipa0/queues/rx-0/rps_cpus "20"
on property:persist.vendor.data.shsusr_ipa=40
write /sys/class/net/rmnet_ipa0/queues/rx-0/rps_cpus "40"

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2019 Qualcomm Technologies, Inc.
# Copyright (c) 2019,2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
@@ -7,8 +7,8 @@
on post-fs-data
mkdir /data/vendor/qwes 0755 system system
# Start daemon after boot completed
on property:sys.boot_completed=1
# Start daemon on early-boot
on early-boot
start vendor.ssgtzd
# Used 'disabled' flag, so daemon won't be started until explicit start

View File

@@ -107,7 +107,7 @@ GTP_WAA=DISABLED
# PREMIUM
# PREMIUM_ENV_AIDING
# MODEM_DEFAULT
SAP=PREMIUM
SAP=MODEM_DEFAULT
#FREE_WIFI_SCAN_INJECT valid modes:
#DISABLED
@@ -124,6 +124,14 @@ SUPL_WIFI=BASIC
#BASIC
WIFI_SUPPLICANT_INFO=BASIC
#DBH modes:
#USE_ZPP_IN_DBH values:
#0: for new Modem platform, time based tracking is supported during DBH in modem,
# AP side doesn't need to use ZPP to get best available position during DBH.
#1: for old Modem platform, time based tracking is not supported during DBH in modem,
# AP side has to use ZPP to get bese available position during DBH for CPI injection.
USE_ZPP_IN_DBH = 0
#####################################
# Location process launcher settings
#####################################
@@ -174,46 +182,46 @@ WIFI_SUPPLICANT_INFO=BASIC
#3. 'all exclude XXXX' -> All basebands exclude XXXX. For example: all exclude sglte
PROCESS_NAME=lowi-server
PROCESS_ARGUMENT=
PROCESS_STATE=DISABLED
PROCESS_STATE=ENABLED
PROCESS_GROUPS=gps wifi inet oem_2901
PREMIUM_FEATURE=0
IZAT_FEATURE_MASK=0xf303
PLATFORMS=all
SOC_IDS=all
BASEBAND=all
LOW_RAM_TARGETS=DISABLED
LOW_RAM_TARGETS=ENABLED
HARDWARE_TYPE=all
VENDOR_ENHANCED_PROCESS=0
PROCESS_NAME=xtwifi-inet-agent
PROCESS_ARGUMENT=
PROCESS_STATE=DISABLED
PROCESS_STATE=ENABLED
PROCESS_GROUPS=inet gps
PREMIUM_FEATURE=1
IZAT_FEATURE_MASK=0xc03
PLATFORMS=all
SOC_IDS=all exclude 386 436
SOC_IDS=all
BASEBAND=all
LOW_RAM_TARGETS=DISABLED
LOW_RAM_TARGETS=ENABLED
HARDWARE_TYPE=all
VENDOR_ENHANCED_PROCESS=1
PROCESS_NAME=xtwifi-client
PROCESS_ARGUMENT=
PROCESS_STATE=DISABLED
PROCESS_STATE=ENABLED
PROCESS_GROUPS=wifi inet gps system oem_2904
PREMIUM_FEATURE=1
IZAT_FEATURE_MASK=0xd03
PLATFORMS=all
SOC_IDS=all exclude 386 436
SOC_IDS=all
BASEBAND=all
LOW_RAM_TARGETS=DISABLED
LOW_RAM_TARGETS=ENABLED
HARDWARE_TYPE=all
VENDOR_ENHANCED_PROCESS=1
PROCESS_NAME=slim_daemon
PROCESS_ARGUMENT=
PROCESS_STATE=DISABLED
PROCESS_STATE=ENABLED
PROCESS_GROUPS=gps oem_2901 can plugdev diag sensors
PREMIUM_FEATURE=1
IZAT_FEATURE_MASK=0xf0

View File

@@ -146,7 +146,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="64" max="979200" />
<Limit name="bitrate" range="1-100000000" />
<Limit name="frame-rate" range="1-240" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="performance-point-4096x2304" value="24" />
<Limit name="performance-point-3840x2160" value="30" />
<Limit name="performance-point-1920x1080" value="120" />
@@ -164,7 +163,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-100000000" />
<Limit name="frame-rate" range="1-240" />
<Limit name="concurrent-instances" max="16" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="quality" range="0-100" default="80" />
<Feature name="bitrate-modes" value="VBR,CBR" />
<Limit name="performance-point-4096x2304" value="24" />
@@ -209,13 +207,8 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-2000000" />
<Limit name="frame-rate" range="1-30" />
<Limit name="concurrent-instances" max="3" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="performance-point-720x480" value="30" />
</MediaCodec>
<!-- Changzhi.Wei-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2211467, 2021/09/24, Add for avoid cts test fail -->
<!-- CtsVideoTestCases:android.video.cts.CodecEncoderPerformanceTest# -->
<!-- testPerformanceOfHardwareVideoEncoders[16(OMX.qcom.video.decoder.avc_video/mp4v-es_OMX.qcom.video.encoder.mpeg4sw_1_2.5)] -->
<!--
<MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
@@ -226,10 +219,10 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="36" max="48600" />
<Limit name="bitrate" range="1-8000000" />
<Limit name="frame-rate" range="1-30" />
<Attribute name="software-codec" />
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-720x480" value="30" />
</MediaCodec>
-->
</Encoders>
<Decoders>
<!-- Video Hardware -->
@@ -243,7 +236,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-100000000" />
<Limit name="frame-rate" range="1-240" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-4096x2304" value="24" />
<Limit name="performance-point-3840x2160" value="30" />
@@ -260,7 +252,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-40000000" />
<Limit name="frame-rate" range="1-60" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-4096x2304" value="24" />
@@ -277,7 +268,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-40000000" />
<Limit name="frame-rate" range="1-30" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="30" />
</MediaCodec>
@@ -291,7 +281,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-40000000" />
<Limit name="frame-rate" range="1-30" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-1920x1080" value="30" />
@@ -306,7 +295,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-100000000" />
<Limit name="frame-rate" range="1-240" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="concurrent-instances" max="6" />
<Limit name="performance-point-4096x2304" value="24" />
<Limit name="performance-point-3840x2160" value="30" />
@@ -323,7 +311,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-40000000" />
<Limit name="frame-rate" range="1-60" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-4096x2304" value="24" />
@@ -340,7 +327,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-100000000" />
<Limit name="frame-rate" range="1-240" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-4096x2304" value="24" />
<Limit name="performance-point-3840x2160" value="30" />
@@ -357,7 +343,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-40000000" />
<Limit name="frame-rate" range="1-60" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-4096x2304" value="24" />
@@ -375,7 +360,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-16000000" />
<Limit name="frame-rate" range="1-30" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="concurrent-instances" max="4" />
<Limit name="performance-point-720x480" value="30" />
</MediaCodec>
@@ -389,7 +373,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-40000000" />
<Limit name="frame-rate" range="1-30" />
<Limit name="concurrent-instances" max="4" />
<Feature name="can-swap-width-height" required="true" />
<Limit name="performance-point-1920x1080" value="30" />
</MediaCodec>
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>

View File

@@ -38,33 +38,14 @@ limitations under the License.
<Limit name="measured-frame-rate-320x240" range="340-400" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" update="true">
<!-- #ifndef OPLUS_BUG_COMPATIBILITY -->
<!-- ziran.deng-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2656952, 2021/12/1, -->
<!--
<Limit name="measured-frame-rate-176x144" range="60-90" />
-->
<!-- #else //OPLUS_BUG_COMPATIBILITY -->
<Limit name="measured-frame-rate-176x144" range="150-350" />
<!-- #endif //OPLUS_BUG_COMPATIBILITY -->
<!-- #ifndef OPLUS_BUG_COMPATIBILITY -->
<!-- ziran.deng-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2802624, 2021/12/17, -->
<!--
<Limit name="measured-frame-rate-352x288" range="55-85" />
-->
<!-- #else //OPLUS_BUG_COMPATIBILITY -->
<Limit name="measured-frame-rate-352x288" range="100-222" />
<!-- #endif //OPLUS_BUG_COMPATIBILITY -->
</MediaCodec>
<!-- Changzhi.Wei-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2211467, 2021/09/24, Add for avoid cts test fail -->
<!-- CtsVideoTestCases:android.video.cts.CodecEncoderPerformanceTest# -->
<!-- testPerformanceOfHardwareVideoEncoders[16(OMX.qcom.video.decoder.avc_video/mp4v-es_OMX.qcom.video.encoder.mpeg4sw_1_2.5)] -->
<!--
<MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" update="true">
<Limit name="measured-frame-rate-176x144" range="125-135" />
<Limit name="measured-frame-rate-352x288" range="55-85" />
<Limit name="measured-frame-rate-640x480" range="70-106" />
</MediaCodec>
-->
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" update="true">
<Limit name="measured-frame-rate-320x180" range="339-486" />
<Limit name="measured-frame-rate-640x360" range="203-291" />
@@ -113,39 +94,17 @@ limitations under the License.
</Encoders>
<Decoders>
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" update="true">
<!-- #ifndef OPLUS_BUG_COMPATIBILITY -->
<!-- ziran.deng-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2802624, 2021/12/17, -->
<!--
<Limit name="measured-frame-rate-320x240" range="480-510" />
<Limit name="measured-frame-rate-320x240" range="1140-1410" />
<Limit name="measured-frame-rate-720x480" range="460-490" />
<Limit name="measured-frame-rate-1280x720" range="350-400" />
<Limit name="measured-frame-rate-1920x1088" range="180-190" />
-->
<!-- #else //OPLUS_BUG_COMPATIBILITY -->
<Limit name="measured-frame-rate-320x240" range="318-700" />
<Limit name="measured-frame-rate-720x480" range="222-490" />
<Limit name="measured-frame-rate-1280x720" range="182-400" />
<Limit name="measured-frame-rate-1920x1088" range="86-190" />
<!-- #endif //OPLUS_BUG_COMPATIBILITY -->
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" update="true">
<!-- #ifndef OPLUS_BUG_COMPATIBILITY -->
<!-- ziran.deng-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2802624, 2021/12/17, -->
<!--
<Limit name="measured-frame-rate-352x288" range="510-530" />
<Limit name="measured-frame-rate-352x288" range="1300-1640" />
<Limit name="measured-frame-rate-720x480" range="465-620" />
<Limit name="measured-frame-rate-1280x720" range="200-390" />
<Limit name="measured-frame-rate-1920x1080" range="210-230" />
<Limit name="measured-frame-rate-3840x2160" range="65-75" />
-->
<!-- #else //OPLUS_BUG_COMPATIBILITY -->
<Limit name="measured-frame-rate-352x288" range="377-830" />
<Limit name="measured-frame-rate-720x480" range="281-620" />
<Limit name="measured-frame-rate-1280x720" range="177-390" />
<Limit name="measured-frame-rate-1920x1080" range="104-230" />
<Limit name="measured-frame-rate-3840x2160" range="34-75" />
<!-- #endif //OPLUS_BUG_COMPATIBILITY -->
</MediaCodec>
<MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" update="true">
<Limit name="measured-frame-rate-176x144" range="358-837" />
@@ -163,24 +122,12 @@ limitations under the License.
<Limit name="measured-frame-rate-1920x1080" range="248-248" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.vp9" type="video/x-vnd.on2.vp9" update="true">
<!-- #ifndef OPLUS_BUG_COMPATIBILITY -->
<!-- ziran.deng-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2802624, 2021/12/17, -->
<!--
<Limit name="measured-frame-rate-320x180" range="477-877" />
<Limit name="measured-frame-rate-320x180" range="1310-1570" />
<Limit name="measured-frame-rate-320x240" range="377-377" />
<Limit name="measured-frame-rate-640x360" range="486-751" />
<Limit name="measured-frame-rate-1280x720" range="262-262" />
<Limit name="measured-frame-rate-1920x1080" range="220-220" />
<Limit name="measured-frame-rate-3840x2160" range="51-51" />
-->
<!-- #else //OPLUS_BUG_COMPATIBILITY -->
<Limit name="measured-frame-rate-320x180" range="398-877" />
<Limit name="measured-frame-rate-320x240" range="171-377" />
<Limit name="measured-frame-rate-640x360" range="341-751" />
<Limit name="measured-frame-rate-1280x720" range="119-262" />
<Limit name="measured-frame-rate-1920x1080" range="150-220" />
<Limit name="measured-frame-rate-3840x2160" range="23-51" />
<!-- #endif //OPLUS_BUG_COMPATIBILITY -->
</MediaCodec>
<MediaCodec name="OMX.google.h264.decoder" type="video/avc" update="true">
<Limit name="measured-frame-rate-320x240" range="270-310" />
@@ -225,7 +172,7 @@ limitations under the License.
<Limit name="measured-frame-rate-1920x1080" range="10-13" />
</MediaCodec>
<MediaCodec name="c2.android.hevc.decoder" type="video/hevc" update="true">
<Limit name="measured-frame-rate-352x288" range="128-178" />
<Limit name="measured-frame-rate-352x288" range="400-630" />
<Limit name="measured-frame-rate-640x360" range="84-96" />
<Limit name="measured-frame-rate-720x480" range="165-205" />
<Limit name="measured-frame-rate-1280x720" range="47-74" />
@@ -237,8 +184,8 @@ limitations under the License.
</MediaCodec>
<MediaCodec name="c2.android.mpeg4.decoder" type="video/mp4v-es" update="true">
<Limit name="measured-frame-rate-176x144" range="374-542" />
<Limit name="measured-frame-rate-480x360" range="310-470" />
<Limit name="measured-frame-rate-1280x720" range="94-207" />
<Limit name="measured-frame-rate-480x360" range="500-700" />
<Limit name="measured-frame-rate-1280x720" range="300-400" />
</MediaCodec>
<MediaCodec name="c2.android.vp8.decoder" type="video/x-vnd.on2.vp8" update="true">
<Limit name="measured-frame-rate-320x180" range="310-690" />
@@ -247,14 +194,9 @@ limitations under the License.
<Limit name="measured-frame-rate-1920x1080" range="22-33" />
</MediaCodec>
<MediaCodec name="c2.android.vp9.decoder" type="video/x-vnd.on2.vp9" update="true">
<Limit name="measured-frame-rate-320x180" range="234-450" />
<Limit name="measured-frame-rate-320x180" range="1000-1110" />
<Limit name="measured-frame-rate-640x360" range="203-330" />
<!-- #ifndef OPLUS_BUG_COMPATIBILITY-->
<!-- Yugang.Ma@MULTMEDIASERVER.PLAYER.1100417, 2021/02/09, Add for CTS test-->
<!--<Limit name="measured-frame-rate-1280x720" range="34-49" />-->
<!-- #else OPLUS_BUG_COMPATIBILITY-->
<Limit name="measured-frame-rate-1280x720" range="50-110" />
<!-- #endif OPLUS_BUG_COMPATIBILITY-->
<Limit name="measured-frame-rate-1280x720" range="145-175" />
<Limit name="measured-frame-rate-1920x1080" range="20-31" />
</MediaCodec>
</Decoders>

View File

@@ -230,10 +230,6 @@ Only the three quirks included above are recognized at this point:
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-720x480" value="30" />
</MediaCodec>
<!-- Changzhi.Wei-xinzhi@MULTIMEDIA.MEDIASERVER.PLAYER.2211467, 2021/09/24, Add for avoid cts test fail -->
<!-- CtsVideoTestCases:android.video.cts.CodecEncoderPerformanceTest# -->
<!-- testPerformanceOfHardwareVideoEncoders[16(OMX.qcom.video.decoder.avc_video/mp4v-es_OMX.qcom.video.encoder.mpeg4sw_1_2.5)] -->
<!--
<MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
@@ -244,10 +240,10 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="36" max="48600" />
<Limit name="bitrate" range="1-8000000" />
<Limit name="frame-rate" range="1-30" />
<Attribute name="software-codec" />
<Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-720x480" value="30" />
</MediaCodec>
-->
</Encoders>
<Decoders>
<!-- Video Hardware -->

View File

@@ -18,11 +18,6 @@
<Included>
<Decoders>
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>
<!-- #ifdef OPLUS_BUG_COMPATIBILITY -->
<!-- Wuhan@MULTIMEDIA.MEDIASERVER.PLAYER.233011, 2020/09/03, -->
<!-- add for using OMX decoder for audio/raw since c2 decoder doesn't support 24/32 bit -->
<MediaCodec name="OMX.google.raw.decoder" type="audio/raw" update="true" rank="1"/>
<!-- #endif //OPLUS_BUG_COMPATIBILITY -->
<!-- SimpleOMXComponet based software decoder-->
</Decoders>
</Included>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012-2019 The Linux Foundation. All rights reserved.
<!-- Copyright (C) 2012-2019, 2021 The Linux Foundation. All rights reserved.
Not a contribution.
Copyright (C) 2010 The Android Open Source Project
@@ -93,7 +93,7 @@
<MediaSettings>
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<!-- Back Camera -->
<CamcorderProfiles cameraId="0" startOffsetMs="400" >
<CamcorderProfiles cameraId="0">
<EncoderProfile quality="low" fileFormat="3gp" duration="30">
<Video codec="h264"
@@ -180,56 +180,13 @@
height="1080"
frameRate="30" />
<!-- wangbuqing@media ,20191219 ,[ITN-11823] change aac encoder maxBitRate from 156000 to 192000 -->
<Audio codec="aac"
bitRate="192000"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<!--khursheed.ali@imaging, 2020/03/19, HFR for Rear Main camera-->
<!-- VENDOR_EDIT add start -->
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="1920"
height="1080"
frameRate="240" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="1920"
height="1080"
frameRate="240" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="highspeedhigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="1920"
height="1080"
frameRate="240" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<!-- VENDOR_EDIT add end -->
<!--<EncoderProfile quality="4kdci" fileFormat="mp4" duration="30">
<EncoderProfile quality="4kdci" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="4096"
@@ -240,7 +197,7 @@
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>-->
</EncoderProfile>
<EncoderProfile quality="2160p" fileFormat="mp4" duration="30">
<Video codec="h264"
@@ -408,7 +365,7 @@
channels="2" />
</EncoderProfile>
<!-- <EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30">
<EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="4096"
@@ -419,7 +376,7 @@
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>-->
</EncoderProfile>
<EncoderProfile quality="timelapse2160p" fileFormat="mp4" duration="30">
<Video codec="h264"
@@ -441,7 +398,7 @@
</CamcorderProfiles>
<!-- Front Camera -->
<CamcorderProfiles cameraId="1" startOffsetMs="400" >
<CamcorderProfiles cameraId="1">
<EncoderProfile quality="low" fileFormat="3gp" duration="30">
<Video codec="h264"
@@ -457,18 +414,11 @@
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<!-- Vendor Edit start -->
<Video codec="h264"
bitRate="20000000"
width="1920"
height="1080"
frameRate="30" />
<!--<Video codec="h264"
bitRate="42000000"
width="3840"
height="2160"
frameRate="30" />-->
<!-- Vendor Edit end -->
frameRate="30" />
<Audio codec="aac"
bitRate="156000"
@@ -541,8 +491,7 @@
channels="2" />
</EncoderProfile>
<!-- Vendor Edit start -->
<!--<EncoderProfile quality="4kdci" fileFormat="mp4" duration="30">
<EncoderProfile quality="4kdci" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="4096"
@@ -563,8 +512,7 @@
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>-->
<!-- Vendor Edit end -->
</EncoderProfile>
<EncoderProfile quality="qcif" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="192000"
@@ -763,6 +711,19 @@
channels="1" />
</EncoderProfile>
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="2560"
height="1440"
frameRate="30" />
<Audio codec="aac"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="qvga" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="512000"
@@ -868,6 +829,20 @@
channels="1" />
</EncoderProfile>
<EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="42000000"
width="2560"
height="1440"
frameRate="30" />
<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="192000"
@@ -1932,9 +1907,8 @@
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
maxHFRMode="0" />
<!-- wangbuqing@media ,20191219 ,[ITN-11823] change aac encoder maxBitRate from 96000 to 192000 -->
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="192000"
minBitRate="8000" maxBitRate="96000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="6" />

View File

@@ -114,6 +114,7 @@ need to be added just before the end of it's major group. -->
<Minor OpcodeValue="0x39" Node="/dev/stune/top-app/schedtune.colocate" Supported="no" />
<Minor OpcodeValue="0x3A" Node="/dev/cpuctl/top-app/cpu.uclamp.latency_sensitive" />
<Minor OpcodeValue="0x3B" Node="/dev/cpuctl/foreground/cpu.uclamp.latency_sensitive" />
<Minor OpcodeValue="0x3D" Node="/proc/sys/kernel/%s" Supported="no"/>
<!-- sched major end -->
<!-- core hotplug major start -->
@@ -248,7 +249,7 @@ need to be added just before the end of it's major group. -->
<Minor OpcodeValue="0xE" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/idle_mbps" />
<Minor OpcodeValue="0xF" Node="/sys/devices/system/cpu/bus_dcvs/DDR/19091000.qcom,bwmon-ddr/min_freq" />
<Minor OpcodeValue="0x10" Node="/sys/devices/system/cpu/bus_dcvs/DDR/19091000.qcom,bwmon-ddr/max_freq" />
<Minor OpcodeValue="0x11" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/use_ab" />
<!-- llcbw hwmon major end -->

View File

@@ -31,7 +31,7 @@
<!-- Type="1", main launch boost of 2sec -->
<Config
Id="0x00001081" Type="1" Enable="true" Timeout="2000" Target="lito"
Resources="0x40C20000, 0x41, 0x40C1C000, 0x47, 0x40C20200, 0x55, 0x40C1C200, 0x5F,
Resources="0x40C20000, 0x28, 0x40C1C000, 0x32, 0x40C20200, 0x28, 0x40C1C200, 0x32,
0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40804200, 0xFFF, 0x40800000, 1478,
0x40800100, 1363, 0x40800200, 1708" />
@@ -180,7 +180,7 @@
<!-- Type="1", Vertical Scroll boost -->
<Config
Id="0x00001080" Type="1" Enable="true" Target="lito" Fps="60"
Resources="0x43010000, 0x26, 0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094,
Resources="0x43010000, 0x26, 0x40800000, 1094, 0x40800100, 1075, 0x40800200, 1094,
0x40C00000, 2" />
<!-- CPUBW_MIN_FREQ resource opcode, value-->
@@ -193,7 +193,7 @@
<Config
Id="0x00001080" Type="1" Enable="true" Target="lito" Fps="90"
Resources="0x43010000, 0x26, 0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094,
Resources="0x43010000, 0x26, 0x40800000, 1728, 0x40800100, 1363, 0x40800200, 1766,
0x40C00000, 2, 0x40C74000, 0xC0, 0x40408000, 0x27" />
<Config
@@ -247,7 +247,7 @@
<!-- Type="2", Horizontal Scroll boost -->
<Config
Id="0x00001080" Type="2" Enable="true" Target="lito" Fps="60"
Resources="0x43010000, 0x26, 0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094,
Resources="0x43010000, 0x26, 0x40800000, 1094, 0x40800100, 1075, 0x40800200, 1094,
0x40C00000, 2" />
<!-- CPUBW_MIN_FREQ resource opcode, value-->
@@ -260,7 +260,7 @@
<Config
Id="0x00001080" Type="2" Enable="true" Target="lito" Fps="90"
Resources="0x43010000, 0x26, 0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094,
Resources="0x43010000, 0x26, 0x40800000, 1728, 0x40800100, 1363, 0x40800200, 1766,
0x40C00000, 2, 0x40C74000, 0xC0, 0x40408000, 0x27" />
<Config
@@ -383,7 +383,7 @@
<!-- Type="", MTP boost -->
<Config
Id="0x00001086" Enable="false" Target="lito"
Id="0x00001086" Enable="true" Target="lito"
Resources="0x40C00000, 0x1, 0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40804200, 0xFFF,
0x40800000, 1478, 0x40800100, 1363, 0x40800200, 1708, 0x42C10000, 0x1" />
@@ -411,12 +411,11 @@
<!-- SCHEDBOOST resource opcode, value-->
<!-- SCHED_FORCE_LB_ENABLE opcode, value-->
<!-- Type="", Package Install boost -->
<!-- remove package install boost
<Config
Id="0x00001088" Enable="true" Target="lito"
Resources="0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40804200, 0xFFF, 0x40800000, 0xFFF,
0x40800100, 0xFFF, 0x40800200, 0xFFF, 0x40CA0000, 0, 0x40C00000, 2" />
-->
0x40800100, 0xFFF, 0x40800200, 0xFFF, 0x40CA0000, 0, 0x40C00000, 2,
0x40CCC000, 0" />
<!-- CPUBOOST_MAX_FREQ BIG Core resource opcode, value-->
<!-- CPUBOOST_MAX_FREQ LITTLE Core resource opcode, value-->
@@ -476,7 +475,7 @@
<!-- Type="1", Drag boost -->
<Config
Id="0x00001087" Type="1" Enable="true" Timeout="0" Target="lito"
Resources="0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094" />
Resources="0x40800000, 1094, 0x40800100, 1075, 0x40800200, 1094" />
<!-- CPUBOOST_MIN_FREQ BIG CORE resource opcode, value -->
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value -->
@@ -484,11 +483,11 @@
<!-- SCHEDBOOST resource opcode, value-->
<Config
Id="0x00001087" Type="1" Enable="true" Timeout="0" Target="lito" Fps="120"
Resources="0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094, 0x40C00000, 2" />
Resources="0x40800000, 1094, 0x40800100, 1075, 0x40800200, 1094, 0x40C00000, 2" />
<Config
Id="0x00001087" Type="1" Enable="true" Timeout="0" Target="lito" Fps="144"
Resources="0x40800000, 1094, 0x40800100, 1100, 0x40800200, 1094, 0x40C00000, 2" />
Resources="0x40800000, 1094, 0x40800100, 1075, 0x40800200, 1094, 0x40C00000, 2" />
<!-- CPUBOOST_MIN_FREQ BIG CORE resource opcode, value -->
@@ -512,21 +511,21 @@
<!--Display on Resource -->
<!-- Display on resource opcode, value -->
<Config
Id="0x00001041" Enable="false" Timeout="0" Target="lito"
Id="0x00001041" Enable="true" Timeout="0" Target="lito"
Resources="0x40000000, 1" />
<Config
Id="0x00001041" Enable="false" Timeout="0" Target="lagoon"
Id="0x00001041" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40000000, 1" />
<!--Display off Resource -->
<!-- Display on resource opcode, value -->
<Config
Id="0x00001040" Enable="false" Timeout="0" Target="lito"
Id="0x00001040" Enable="true" Timeout="0" Target="lito"
Resources="0x40000000, 0x0" />
<Config
Id="0x00001040" Enable="false" Timeout="0" Target="lagoon"
Id="0x00001040" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40000000, 0x0" />
<!--FPS Update Resource-->
@@ -587,5 +586,28 @@
0x40C68000, 0, 0x40C68010, 0, 0x40CC8000, 119,
0x40C8C000, 100000000" />
<!-- PREDECITIVE_LOAD BIG CORE resource opcode, value -->
<!-- PREDECITIVE_LOAD LITTLE Core resource opcode, value -->
<!-- SCHED_PREFER_SPREAD resource opcode, value -->
<!-- SLB_BIG_0, val-->
<!-- SLB_PRIME, val-->
<!-- WALT_RTG_CFS_BOOST_PRIO resource opcode, value -->
<!-- SCHED_COLOC_DOWNMIGRATE_NS resource opcode, value -->
<!-- SCHED_WINDOW_TICKS_UPDATE resource opcode, value -->
<!-- Type="144" -->
<Config
Id="0x00001094" Type="144" Enable="true" Target="lito" Timeout="0"
Resources="0x41444000, 1, 0x41444100, 1, 0x40CA8000, 2,
0x40C68000, 0, 0x40C68200, 0, 0x40CC8000, 119,
0x40C8C000, 100000000, 0x40CA4000, 2" />
<!--Large Comp HInt -->
<!-- CPU min freq resource opcode, value -->
<!-- GPU MIN_FREQUENCY resource opcode,value -->
<!-- PID Affine opcode,value -->
<Config
Id="0x00001097" Type="0" Enable="true" Timeout="7" Target="lito" Fps="144"
Resources="0x40800000, 1500, 0x42804000, 0, 0x42C20000, 1" />
</PerfBoost>
</BoostConfigs>

View File

@@ -33,7 +33,7 @@ ________________________________________________________________________________
<!--Vendor Properties -->
<Prop Name="vendor.debug.enable.lm" Value="true" />
<Prop Name="vendor.iop.enable_uxe" Value="0" />
<Prop Name="vendor.iop.enable_uxe" Value="1" />
<Prop Name="vendor.enable.prefetch" Value="false" />
<Prop Name="vendor.iop.enable_prefetch_ofr" Value="0" />
<Prop Name="vendor.perf.iop_v3.enable" Value="false" />
@@ -64,16 +64,8 @@ ________________________________________________________________________________
<Prop Name="ro.lmk.direct_reclaim_pressure" Value="45" />
<Prop Name="ro.lmk.reclaim_scan_threshold" Value="0" />
<Prop Name="vendor.perf.gestureflingboost.enable" Value="true" />
<!--#ifndef OPLUS_FEATURE_PERFORMANCE-->
<!--MoSiTing@ANDROID.PERFORMANCE, 2020/07/09, Modify for Increase cached app limit -->
<!--Prop Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="60" /-->
<!--#else-->
<Prop Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="128" />
<!--#endif /* OPLUS_FEATURE_PERFORMANCE */ -->
<Prop Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="60" />
<Prop Name="ro.vendor.at_library" Value="libqti-at.so" />
<!--#ifdef VENDOR_EDIT-->
<!--#chenxinfu@PSW.AD.Performance.na, 2020/07/09, Add bind the wlc to litti cores -->
<Prop Name="ro.vendor.qti.set_wlc_affinity" Value="true" />
<!--#endif -->
</PerfConfigs>
</PerfConfigsStore>

View File

@@ -43,11 +43,35 @@
<!--L CPU - Set hispeed load 95 -->
<!--CPU-LLCC BWMON - Set sample_ms 20 -->
<!--LLCC-DDR BWMON - Set sample_ms 20 -->
<!--CPU CORE 0 Min freq to 864 Mhz -->
<Config
Id="0x00001331" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
0x4143C100, 0x360, 0x41440100, 0x5F, 0x4183C000, 0x14, 0x43034000, 0x14, 0x40800100, 864"/>
<!-- camera 30fps and camera preview -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
<!--L CPU CORE 1 SCHED LOAD BOOST -->
<!--L CPU CORE 2 SCHED LOAD BOOST -->
<!--L CPU CORE 3 SCHED LOAD BOOST -->
<!--L CPU CORE 4 SCHED LOAD BOOST -->
<!--L CPU CORE 5 SCHED LOAD BOOST -->
<!--L CPU Hispeed freq of 1017Mhz -->
<!--L CPU - Set hispeed load 95 -->
<!--CPU-LLCC BWMON - Set polling interval 200 -->
<!--CPU-LLCC BWMON - use AB 0 -->
<!--CPU-LLCC BWMON - Set sample_ms 10 -->
<!--LLCC-DDR BWMON - Set sample_ms 20 -->
<!--CPU-LLCC BWMON - Set up_scale 0 -->
<!--L CPU core ctl min cpus 6 -->
<!--CPU-LLCC BWMON - io percent 100 -->
<Config
Id="0x00001331" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x3F9, 0x41440100, 0x5F, 0x4181C000, 0xC8, 0x41830000, 0, 0x4183C000, 0xA,
0x43034000, 0x14, 0x4182C000, 0, 0x41000100, 6, 0x41808000, 100"/>
<!-- camera 60 FPS -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
@@ -62,7 +86,28 @@
Id="0x00001332" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x41820000, 0x14, 0x4300C000, 0x14"/>
0x4183C000, 0x14, 0x43034000, 0x14"/>
<!-- camera 60 FPS -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
<!--L CPU CORE 1 SCHED LOAD BOOST -->
<!--L CPU CORE 2 SCHED LOAD BOOST -->
<!--L CPU CORE 3 SCHED LOAD BOOST -->
<!--L CPU CORE 4 SCHED LOAD BOOST -->
<!--L CPU CORE 5 SCHED LOAD BOOST -->
<!--CPU-LLCC BWMON - Set polling interval 200 -->
<!--CPU-LLCC BWMON - use AB 0 -->
<!--CPU-LLCC BWMON - Set sample ms 10 -->
<!--LLCC-DDR BWMON - Set sample ms 20 -->
<!--CPU-LLCC BWMON - Set up_scale 0 -->
<!--L CPU core ctl min cpus 6 -->
<!--CPU-LLCC BWMON - io percent 100 -->
<Config
Id="0x00001332" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4181C000, 0xC8, 0x41830000, 0, 0x4183C000, 0xA, 0x43034000, 0x14, 0x4182C000, 0,
0x41000100, 6, 0x41808000, 100"/>
<!-- camera HFR -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
@@ -77,7 +122,28 @@
Id="0x00001333" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x41820000, 0x14, 0x4300C000, 0x14"/>
0x4183C000, 0x14, 0x43034000, 0x14"/>
<!-- camera HFR -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
<!--L CPU CORE 1 SCHED LOAD BOOST -->
<!--L CPU CORE 2 SCHED LOAD BOOST -->
<!--L CPU CORE 3 SCHED LOAD BOOST -->
<!--L CPU CORE 4 SCHED LOAD BOOST -->
<!--L CPU CORE 5 SCHED LOAD BOOST -->
<!--CPU-LLCC BWMON - Set polling interval 200 -->
<!--CPU-LLCC BWMON - use AB 0 -->
<!--CPU-LLCC BWMON - Set sample ms 10 -->
<!--LLCC-DDR BWMON - Set sample ms 20 -->
<!--CPU-LLCC BWMON - Set up_scale 0 -->
<!--L CPU core ctl min cpus 6 -->
<!--CPU-LLCC BWMON - io percent 100 -->
<Config
Id="0x00001333" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4181C000, 0xC8, 0x41830000, 0, 0x4183C000, 0xA, 0x43034000, 0x14, 0x4182C000, 0,
0x41000100, 6, 0x41808000, 100"/>
<!-- HFR 480fps -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
@@ -88,12 +154,35 @@
<!--L CPU CORE 5 SCHED LOAD BOOST -->
<!--CPU-LLCC BWMON - Set sample_ms 20 -->
<!--LLCC-DDR BWMON - Set sample ms 20 -->
<!--CPU CORE 0 Min freq to 1.075Ghz -->
<!--CPU CORE 0 Min freq to 1.363Ghz -->
<!--Sched_prefer_spread to 1 -->
<Config
Id="0x00001334" Enable="true" Timeout="0" Target="lito"
Resources="0x40C20000, 0x14, 0x40C1C000, 0x1E, 0x40C20200, 0x14, 0x40C1C200, 0x1E,
0x41000100, 0x6, 0x42C10000, 0x1, 0x43010000, 59, 0x41828000, 806, 0x43400000, 0xFFFF,
0x40800000, 1516, 0x40800100, 1900, 0x40800200, 1996, 0x40CA8000, 0x2"/>
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4183C000, 0x14, 0x43034000, 0x14, 0x40800100, 0x553, 0x40CA8000, 1"/>
<!-- HFR 480fps -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
<!--L CPU CORE 1 SCHED LOAD BOOST -->
<!--L CPU CORE 2 SCHED LOAD BOOST -->
<!--L CPU CORE 3 SCHED LOAD BOOST -->
<!--L CPU CORE 4 SCHED LOAD BOOST -->
<!--L CPU CORE 5 SCHED LOAD BOOST -->
<!--CPU-LLCC BWMON - Set polling interval 200 -->
<!--CPU-LLCC BWMON - use AB 0 -->
<!--CPU-LLCC BWMON - Set sample ms 10 -->
<!--LLCC-DDR BWMON - Set sample ms 20 -->
<!--CPU CORE 0 Min freq to 1.2Ghz -->
<!--CPU-LLCC BWMON - Set up_scale 0 -->
<!--L CPU core ctl min cpus 6 -->
<!--CPU-LLCC BWMON - io percent 100 -->
<Config
Id="0x00001334" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4181C000, 0xC8, 0x41830000, 0, 0x4183C000, 0xA, 0x43034000, 0x14, 0x40800100, 0x4B9,
0x4182C000, 0, 0x41000100, 6, 0x41808000, 100"/>
<!-- same settings for all the qvr power levels intentionally -->
<!-- qvr level cpu1 gpu1 -->
@@ -113,6 +202,21 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- same settings for all the qvr power levels intentionally -->
<!-- qvr level cpu1 gpu1 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x0000130A" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu1 gpu2 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -130,6 +234,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu1 gpu2 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x0000130B" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu1 gpu3 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -147,6 +265,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu1 gpu3 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x0000130C" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu2 gpu1 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -164,6 +296,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu2 gpu1 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x0000130D" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu2 gpu2 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -181,6 +327,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu2 gpu2 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x0000130E" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu2 gpu3 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -198,6 +358,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu2 gpu3 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x0000130F" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu3 gpu1 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -215,6 +389,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu3 gpu1 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x00001310" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu3 gpu2 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -232,6 +420,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu3 gpu2 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~.2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x00001311" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu3 gpu3 -->
<!-- Prime CPU - Cluster min freq ~.806 Ghz -->
<!-- Prime CPU - Cluster max freq ~.2.400 Ghz -->
@@ -249,6 +451,20 @@
0x40804000, 0x82C, 0x40800100, 0x266, 0x40804100, 0x433,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- qvr level cpu3 gpu3 -->
<!-- B CPU - Cluster min freq ~.787 Ghz -->
<!-- B CPU - Cluster max freq ~2.073 Ghz -->
<!-- L CPU - Cluster min freq ~.576 Ghz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min pwrlevel 7 (freq 180 Mhz) -->
<!-- GPU - max pwrlevel 0 (freq 825 Mhz) -->
<!-- Min Big CPUs 2 -->
<!-- Idefinite Duration -->
<Config
Id="0x00001312" Enable="true" Target="lagoon" Timeout="0"
Resources="0x40800000, 0x313, 0x40804000, 0x819, 0x40800100, 0x240, 0x40804100, 0x4E0,
0x42804000, 0x7, 0x42808000, 0x0, 0x41000000, 0x2"/>
<!-- sustained performance -->
<!-- Prime CPU - Cluster min freq uncapped -->
<!-- B CPU - Cluster min freq uncapped -->
@@ -265,6 +481,19 @@
0x40804000, 0x480, 0x40804100, 0x433, 0X4280C000, 0x113, 0X42810000, 0x190,
0x42814000, 0x0"/>
<!-- sustained performance -->
<!-- B CPU - Cluster min freq uncapped -->
<!-- L CPU - Cluster min freq uncapped -->
<!-- B CPU - Cluster max freq ~1.248 GHz -->
<!-- L CPU - Cluster max freq ~1.248 Ghz -->
<!-- GPU - min freq 253Mhz -->
<!-- GPU - max freq 355Mhz -->
<!-- GPUBW freq uncapped -->
<Config
Id="0x00001206" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40800000, 0x0, 0x40800100, 0x0, 0x40804000, 0x4E0, 0x40804100, 0x4E0,
0X4280C000, 0xFD, 0X42810000, 0x163, 0x42814000, 0x0"/>
<!-- vr mode -->
<!-- Prime CPU - Cluster min freq ~1.094 Ghz -->
<!-- B CPU - Cluster min freq ~1.152 Ghz -->
@@ -281,6 +510,19 @@
0x40804000, 0x76C, 0x40804100, 0x673, 0X4280C000, 0x113, 0X4280C000, 0x271,
0x42814000, 0x0"/>
<!-- vr mode -->
<!-- B CPU - Cluster min freq ~1.22 Ghz -->
<!-- L CPU - Cluster min freq ~1.017 Ghz -->
<!-- B CPU - Cluster max freq ~1.90 Ghz -->
<!-- L CPU - Cluster max freq ~1.708 Ghz -->
<!-- GPU - min freq 253Mhz -->
<!-- GPU - max freq 565Mhz -->
<!-- GPUBW uncapped -->
<Config
Id="0x00001207" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40800000, 0x4CC, 0x40800100, 0x3F9, 0x40804000, 0x76C, 0x40804100, 0x6AB,
0X4280C000, 0xFD, 0X4280C000, 0x235, 0x42814000, 0x0"/>
<!-- vr mode sustained performance -->
<!-- Prime CPU - Cluster min freq ~1.094 Ghz -->
<!-- B CPU - Cluster min freq ~1.152 Ghz -->
@@ -297,221 +539,18 @@
0x40804000, 0x480, 0x40804100, 0x433, 0X4280C000, 0x190, 0X42810000, 0x190,
0x42814000, 0x0"/>
<!-- Rear Cam 4K 30 Encoding -->
<!-- Hint - POWER_HINT_ID_VIDEO_REAR_UHD_30 -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 29 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<Config
Id="0x00001336" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- Rear Cam FHD 60 Encoding -->
<!-- Hint - POWER_HINT_ID_VIDEO_REAR_FHD_60 -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 38 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 91 -->
<!-- silver cluster min freq : MPCTLV3_MIN_FREQ_CLUSTER_LITTLE_CORE_0(0x40800100) : 1036 -->
<!-- gold cluster min freq : MPCTLV3_MIN_FREQ_CLUSTER_BIG_CORE_0(0x40800000) : 1056 -->
<!-- Sched downmigrate : MPCTLV3_SCHED_DOWNMIGRATE(0x40C20000) : 20 -->
<!-- Sched upmigrate : MPCTLV3_SCHED_UPMIGRATE(0x40C1C000) : 30 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x00001335" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- Rear Cam 4K 60 Encoding -->
<!-- Hint - POWER_HINT_ID_VIDEO_REAR_UHD_60 -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 38 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 91 -->
<!-- silver cluster min freq : MPCTLV3_MIN_FREQ_CLUSTER_LITTLE_CORE_0(0x40800100) : 1305 -->
<!-- gold cluster min freq : MPCTLV3_MIN_FREQ_CLUSTER_BIG_CORE_0(0x40800000) : 1171 -->
<!-- Sched downmigrate : MPCTLV3_SCHED_DOWNMIGRATE(0x40C20000) : 20 -->
<!-- Sched upmigrate : MPCTLV3_SCHED_UPMIGRATE(0x40C1C000) : 30 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x00001337" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- Front Cam Preview -->
<!-- Hint - POWER_HINT_ID_FRONT_PREVIEW -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 25 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x00001338" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- Rear Cam FHD 30 Encoding -->
<!-- Hint - POWER_HINT_ID_VIDEO_REAR_FHD_30 -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 29 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<Config
Id="0x00001339" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- Rear Cam Bokeh Preview -->
<!-- Hint - POWER_HINT_ID_REAR_BOKEH_PREVIEW -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 25 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x0000133A" Enable="true" Timeout="0" Target="lito"
Resources="0x43008000, 0, 0x4300C000, 0xA, 0x43000000, 29, 0x4180C000, 0, 0x41820000, 0xA, 0x41800000, 71,
0x41808000, 80, 0x40800100, 1100, 0x40800000, 1100,0x43024000, 0, 0x43034000,0x14,0x41838000 ,0,0x4183C000 ,0x14"/>
<!-- Front Cam Encoding -->
<!-- Hint - POWER_HINT_ID_VIDEO_FRONT_ENCODE -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 29 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<Config
Id="0x0000133B" Enable="true" Timeout="0" Target="lito"
Resources="0x41444100, 0, 0x41440100, 0x63, 0x41444000, 0, 0x43008000, 0, 0x4300C000, 0xA,
0x43000000, 29, 0x4180C000, 0, 0x41820000, 0xA, 0x41800000, 71, 0x40800100,1200, 0x40800000, 1200, 0x43818000, 1, 0x4381C000, 1"/>
<!-- Rear Cam Preview -->
<!-- Hint - POWER_HINT_ID_REAR_PREVIEW -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 25 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x0000133C" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- UltraWide SuperSteady 4K Encoding -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 38 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 91 -->
<!-- silver cluster min freq : MPCTLV3_MIN_FREQ_CLUSTER_LITTLE_CORE_0(0x40800100) : 1305 -->
<!-- gold cluster min freq : MPCTLV3_MIN_FREQ_CLUSTER_BIG_CORE_0(0x40800000) : 1171 -->
<!-- Sched downmigrate : MPCTLV3_SCHED_DOWNMIGRATE(0x40C20000) : 10 -->
<!-- Sched upmigrate : MPCTLV3_SCHED_UPMIGRATE(0x40C1C000) : 20 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x0000133E" Enable="true" Timeout="0" Target="lito"
Resources="0x43008000, 0, 0x4300C000, 0xA, 0x43000000, 38, 0x4180C000, 0, 0x41820000, 0xA, 0x41800000, 91,
0x40800100, 1305, 0x40800000, 1171, 0x40C20000, 10, 0x40C1C000, 20, 0x41808000, 80"/>
<!-- camera cts -->
<!-- Hint - POWER_HINT_ID_VIDEO_ENCODE_CTS -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
<!--L CPU CORE 1 SCHED LOAD BOOST -->
<!--L CPU CORE 2 SCHED LOAD BOOST -->
<!--L CPU CORE 3 SCHED LOAD BOOST -->
<!--L CPU - Disable schedutil PL -->
<!--L CPU - Set hispeed load 99 -->
<!--B CPU - Disable schedutil PL -->
<!--LLC-DDR BWMON - Set sample_ms 10 -->
<!--CPU-LLC BWMON - Set sample_ms 10 -->
<!--LLC-DDR BWMON - Set io_percent 100 -->
<!--CPU-LLC BWMON - Set io_percent 100 -->
<!--CPU-LLC BWMON - Set hyst_length 0 -->
<!--LLC-DDR BWMON - Set hyst_length 0 -->
<!--CPU0-LLC MEM LAT - Set ratio_ceil 100 -->
<Config
Id="0x0000133F" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- camera thirdparty -->
<!-- Hint - POWER_HINT_ID_THIRD_PARTY_CAM -->
<!--L CPU CORE 0 SCHED LOAD BOOST -->
<!--L CPU CORE 1 SCHED LOAD BOOST -->
<!--L CPU CORE 2 SCHED LOAD BOOST -->
<!--L CPU CORE 3 SCHED LOAD BOOST -->
<!--L CPU - Disable schedutil PL -->
<!--L CPU - Set hispeed load 99 -->
<!--B CPU - Disable schedutil PL -->
<!--LLC-DDR BWMON - Set sample_ms 10 -->
<!--CPU-LLC BWMON - Set sample_ms 10 -->
<!--LLC-DDR BWMON - Set io_percent 100 -->
<!--CPU-LLC BWMON - Set io_percent 100 -->
<!--CPU-LLC BWMON - Set hyst_length 0 -->
<!--LLC-DDR BWMON - Set hyst_length 0 -->
<!--CPU0-LLC MEM LAT - Set ratio_ceil 100 -->
<Config
Id="0x00001340" Enable="true" Timeout="0" Target="lito"
Resources="0x43008000, 0, 0x4300C000, 0xA, 0x43000000, 29, 0x4180C000, 0, 0x41820000, 0xA, 0x41800000, 71, 0x40800100, 1420"/>
<!-- Rear Cam SAT Encoding -->
<!-- Hint - POWER_HINT_ID_VIDEO_SAT -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 29 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<Config
Id="0x00001341" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<!-- Rear Cam 48M Preview -->
<!-- Hint - POWER_HINT_ID_48M_PREVIEW -->
<!-- llcc-ddr-bw hyst disable : MPCTLV3_LLCBW_HWMON_HYST_OPT(0x43008000) : 0x00(0) -->
<!-- llcc-ddr-bw sample_ms : MPCTLV3_LLCBW_HWMON_SAMPLE_MS(0x4300C000) : 0x0A(10) -->
<!-- llcc-ddr-bw min_freq : MPCTLV3_LLCBW_HWMON_MIN_FREQ(0x43000000) : 25 -->
<!-- cpu-llcc-bw hyst disable : MPCTLV3_CPUBW_HWMON_HYST_OPT(0x4180C000) : 0x00(0) -->
<!-- cpu-llcc-bw sample_ms : MPCTLV3_CPUBW_HWMON_SAMPLE_MS(0x41820000) : 0x0A(10) -->
<!-- cpu-llcc-bw min_freq : MPCTLV3_CPUBW_HWMON_MIN_FREQ(0x41800000) : 71 -->
<!-- cpu-llcc-bw io_percent : MPCTLV3_CPUBW_HWMON_IO_PERCENT(0x41808000) : 80 -->
<Config
Id="0x00001342" Enable="true" Timeout="0" Target="lito"
Resources="0x40C68100, 0xFFFFFFFA, 0x40C68110, 0xFFFFFFFA, 0x40C68120, 0xFFFFFFFA,
0x40C68130, 0xFFFFFFFA, 0x40C68140, 0xFFFFFFFA, 0x40C68150, 0xFFFFFFFA,
0x4143C100, 0x360, 0x41440100, 0x5F, 0x41820000, 0x14, 0x4300C000, 0x14"/>
<Config
Id="0x00001343" Enable="true" Timeout="0" Target="lito"
Resources="0x43008000, 0, 0x4300C000, 0xA, 0x43000000, 29, 0x4180C000, 0, 0x41820000, 0xA, 0x41800000, 71,
0x41808000, 80, 0x40800100, 1400"/>
<!-- vr mode sustained performance -->
<!-- B CPU - Cluster min freq ~1.22 Ghz -->
<!-- L CPU - Cluster min freq ~1.22 Ghz -->
<!-- B CPU - Cluster max freq ~1.22 Ghz -->
<!-- L CPU - Cluster max freq ~1.22 Ghz -->
<!-- GPU - min freq 355Mhz -->
<!-- GPU - max freq 355Mhz -->
<!-- GPUBW uncapped -->
<Config
Id="0x00001301" Enable="true" Timeout="0" Target="lagoon"
Resources="0x40800000, 0x4CC, 0x40800100, 0x4CC, 0x40804000, 0x4CC, 0x40804100, 0x4CC,
0X4280C000, 0x163, 0X42810000, 0x163, 0x42814000, 0x0"/>
</Powerhint>
</HintConfigs>

View File

@@ -7,17 +7,3 @@ libsdsprpc.so
libfastcvopt.so
liblistensoundmodel2.so
libOpenCL.so
libnpu.so
libhta_hexagon_runtime.so
unnhal-acc-hta.so
libAlgoProcess.so
libancbase_rt_bokeh.so
libAncHumBokeh.so
libsnpe_loader.so
libstblur_api.so
libAncHumVideoBase.so
libmidasserviceintf.so
libAncFilter.so
libarcsoft_scbokeh_video.so
libAncHumanDoubleExposure.so
libancbase_rt_doubleexposure.so

View File

@@ -92,4 +92,4 @@ sched_getaffinity: 1
socket: 1
process_vm_readv: 1
tgkill: 1
sigreturn: 1

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2020 Qualcomm Technologies, Inc.
# Copyright (c) 2020-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc
#
@@ -64,4 +64,5 @@ getpid: 1
sigaltstack: 1
setpriority: 1
getdents64: 1
dup: 1
dup: 1
mremap:1

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2020 Qualcomm Technologies, Inc.
# Copyright (c) 2020, 2022 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc
#
@@ -92,3 +92,4 @@ tgkill: 1
gettid: 1
sched_yield: 1
flock: 1
getdents64: 1

View File

@@ -14,7 +14,6 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
{ "path":"/vendor/firmware_mnt/image/haventkn.mbn"},
{ "path":"/vendor/firmware/image/haventkn.mbn"},
{ "path":"/vendor/firmware_mnt/image/tzsc.mbn"},
{ "path":"/vendor/firmware_mnt/image/rtice.mbn"},
{ "path":"/vendor/firmware_mnt/image/rtic.mbn"}
{ "path":"/vendor/firmware_mnt/image/rtice.mbn"}
]
}

View File

@@ -42,9 +42,4 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- Bitmask for arb mode: 1: AVC, 2: HEVC, 4: MPEG2 -->
<property name="vidc_dec_arb_mode_override" value="7"/>
<property name="vidc_enc_quality_boost_enable" value="1"/>
<!-- #ifdef OPLUS_BUG_COMPATIBILITY -->
<!-- Yugang.Ma@MULTIMEDIA.MEDIASERVER.PLAYER.964758, 2021/1/16, add for disable CAC-->
<!-- Enable CAC control: 0x0: disabled, 0x1:enabled for 8 bit, 0x2:enabled for 10 bit, 0x3:enabled for 8 and 10 bits both -->
<property name="vidc_enc_bitrate_savings_enable" value="0"/>
<!-- #endif OPLUS_BUG_COMPATIBILITY-->
</configs>

View File

@@ -1,2 +0,0 @@
# File empty by default.
# Replace contents of this file with custom configuration.

View File

@@ -1,11 +0,0 @@
<manifest version="1.0" type="device">
<hal>
<name>vendor.qti.hardware.vpp</name>
<transport>hwbinder</transport>
<version>1.3</version>
<interface>
<name>IHidlVppService</name>
<instance>vppService</instance>
</interface>
</hal>
</manifest>

View File

@@ -160,12 +160,12 @@
<!-- disable HDCP by default -->
<ContentProtection>
<Valid>1</Valid>
<Valid>0</Valid>
<!--
Valid values WFD_HDCP_2_0,
WFD_HDCP_2_1 and WFD_HDCP_2_2
-->
<Version>WFD_HDCP_2_3</Version>
<Version>WFD_HDCP_2_2</Version>
<CPPort>6789</CPPort>
<!--
turn on/off audio encryption
@@ -704,12 +704,7 @@
To disable/enable audio stream playback
support during power suspend - 0 or 1
-->
<!-- #ifdef OPLUS_BUG_STABILITY -->
<!-- Liang.Xu@PSW.MM.AudioServer.Base.1297775, 2018/12/12, -->
<!-- Modify for audio should still playing on TV after screen off -->
<AudioStreamInSuspend>1</AudioStreamInSuspend>
<!-- #endif //OPLUS_BUG_STABILITY -->
<AudioStreamInSuspend>0</AudioStreamInSuspend>
<!--
Compensation delay for audio

View File

@@ -0,0 +1,718 @@
#OplusVersion=2020062814
# This file allows user to override the factory
# defaults for the WLAN Driver
# Enable IMPS or not
gEnableImps=1
# Enable BMPS or not
gEnableBmps=1
# Phy Mode (auto, b, g, n, etc)
# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
# 1 = 11abg, 2 = 11b, 3 = 11g, 5 = 11g only, 6 = 11n only
# 7 = 11b only 8 = 11ac only.
gDot11Mode=0
# Assigned MAC Addresses - This will be used until NV items are in place
# Each byte of MAC address is represented in Hex format as XX
Intf0MacAddress=000AF58989FF
Intf1MacAddress=000AF58989FE
Intf2MacAddress=000AF58989FD
Intf3MacAddress=000AF58989FC
# UAPSD service interval for VO,VI, BE, BK traffic
InfraUapsdVoSrvIntv=0
InfraUapsdViSrvIntv=0
InfraUapsdBeSrvIntv=0
InfraUapsdBkSrvIntv=0
# Flag to allow STA send AddTspec even when ACM is Off
gAddTSWhenACMIsOff=1
# Flags to filter Mcast and Bcast RX packets.
# Value 0: No filtering, 1: Filter all Multicast.
# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
McastBcastFilter=3
#Flag to enable HostARPOffload feature or not
hostArpOffload=1
#Flag to enable HostNSOffload feature or not
hostNSOffload=1
# 802.11n Protection flag
gEnableApProt=1
#Enable OBSS protection
#ifndef OPLUS_BUG_STABILITY
#Qiulei@CONNECTIVITY.WiFi.Power.1116749,2017/09/22
#Modify for wifi softap standby current
#gEnableApOBSSProt=1
#else /* OPLUS_BUG_STABILITY */
gEnableApOBSSProt=0
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Min.Yi@CONNECTIVITY.WiFi.Hardware.Power.1323750, 2018/03/21
#Add for high current when download on 11B
g11bNumTxChains=1
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Guotian.Wu@CONNECTIVITY.WiFi.Hardware.OpCustomized.1123073, 2019/07/02
#disable for CTS test fail
gEnableRTTSupport=0
#endif /* OPLUS_BUG_STABILITY */
#Enable/Disable UAPSD for SoftAP
gEnableApUapsd=1
# Fixed Rate
gFixedRate=0
# Maximum Tx power
# gTxPowerCap=30
# Fragmentation Threshold
# gFragmentationThreshold=2346
# RTS threshold
RTSThreshold=1048576
# Intra-BSS forward
gDisableIntraBssFwd=0
# WMM Enable/Disable
WmmIsEnabled=0
# 802.11d support
g11dSupportEnabled=0
# 802.11h support
g11hSupportEnabled=1
# DFS Master Capability
#ifndef OPLUS_BUG_STABILITY
#WuGuotian@CONNECTIVITY.WIFI.BASE.OPERATOR.2062392, 2019/5/23,
#change for SoftAP P2P-GO cannot operate on DFS channel
#gEnableDFSMasterCap=1
#else /* OPLUS_BUG_STABILITY */
gEnableDFSMasterCap=0
#endif /* OPLUS_BUG_STABILITY */
#ifndef OPLUS_BUG_STABILITY
#WuGuotian@CONNECTIVITY.WIFI.BASE.OPERATOR.2062392, 2019/05/31,
#fix EU JP band1 band4 issue
etsi13_srd_chan_in_master_mode=1
#endif /* OPLUS_BUG_STABILITY */
# ESE Support and fast transition
EseEnabled=0
ImplicitQosIsEnabled=0
gNeighborScanTimerPeriod=200
#ifdef OPLUS_BUG_STABILITY
#Botao.Cu@CONNECTIVITY.WiFi.Connect.select.1064666, 2017/01/04,
#add for select 5G wifi preferentially
#gNeighborLookupThreshold=76
#endif /* OPLUS_BUG_STABILITY */
gNeighborScanChannelMinTime=20
gNeighborScanChannelMaxTime=30
gMaxNeighborReqTries=3
# Legacy (non-ESE, non-802.11r) Fast Roaming Support
# To enable, set FastRoamEnabled=1
# To disable, set FastRoamEnabled=0
FastRoamEnabled=1
# Check if the AP to which we are roaming is better than current AP in
# terms of RSSI. Checking is disabled if set to Zero.Otherwise it will
# use this value as to how better the RSSI of the new/roamable AP should
# be for roaming
#ifndef OPLUS_BUG_STABILITY
#Botao.Cu@CONNECTIVITY.WiFi.Connect.roaming.1065694, 2016/07/06
#modify for [C18]: modify the roaming value.
#RoamRssiDiff=5
#else OPLUS_BUG_STABILITY
RoamRssiDiff=8
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Botao.Cu@CONNECTIVITY.WiFi.Connect.select.1064666, 2017/01/04,
#add for select 5G wifi preferentially
gRoamPrefer5GHz=1
gSelect5GHzMargin=5
#set roam_bad_rssi_thresh_offset_2g = 0, avoid background roaming roam from 2g to 5g
# RSSI threshold offset for 2G to 5G roam
roam_bad_rssi_thresh_offset_2g=0
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Add for dense roam
gtraffic_threshold=55
groam_dense_rssi_thresh_offset=0
gNeighborLookupThreshold=80
#add for roam scan diff
gRoamRescanRssiDiff=3
#add for disable background scan roam
roam_bg_scan_client_bitmap=0
#endif /* OPLUS_BUG_STABILITY */
# To enable, set gRoamIntraBand=1 (Roaming within band)
# To disable, set gRoamIntraBand=0 (Roaming across band)
gRoamIntraBand=0
#Short Guard Interval Enable/disable
gShortGI20Mhz=1
gShortGI40Mhz=1
#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0
#Auto Shutdown wlan : Value in Seconds. 0 means disabled. Max 1 day = 86400 sec
gWlanAutoShutdown = 0
# Not used.
gApAutoChannelSelection=0
#Preferred band (both or 2.4 only or 5 only)
BandCapability=0
#Channel Bonding
gChannelBondingMode5GHz=1
#Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
#For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link
#is idle for last 10 seconds.) For both active and power save clients.
#Power save clients: DUT set TIM bit from 10th second onwards and till client
#honors TIM bit. If doesn't honor for 5 seconds then DUT remove client.
#Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not
#success still we try on 11th second if not tries on 12th and so on till 15th
#second. Hence before disconnection DUT will send 5 NULL frames. Hence in any
#case DUT will detect client got removed in (10+5) seconds.
#i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..
#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and
#it is period where we send NULL frame.
#gApLinkMonitorPeriod = 10
#gGoLinkMonitorPeriod = 10
#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame
#are succeed to send or not. Hence total effective detection time is
# (gGoLinkMonitorPeriod + gGoKeepAlivePeriod) /
# (gApLinkMonitorPeriod + gApKeepAlivePeriod)
gGoKeepAlivePeriod = 20
gApKeepAlivePeriod = 20
#If set will start with active scan after driver load, otherwise will start with
#passive scan to find out the domain
gEnableBypass11d=1
#If set to 0, will not scan DFS channels
gEnableDFSChnlScan=1
# Enable DFS channel roam
# 0: DISABLE, 1: ENABLED_NORMAL, 2: ENABLED_ACTIVE
gAllowDFSChannelRoam=1
gVhtChannelWidth=2
#Data Inactivity Timeout when in powersave (in ms)
gDataInactivityTimeout=200
# Set txchainmask and rxchainmask
# These parameters are used only if gEnable2x2 is 0
# Valid values are 1,2
# Set gSetTxChainmask1x1=1 or gSetRxChainmask1x1=1 to select chain0.
# Set gSetTxChainmask1x1=2 or gSetRxChainmask1x1=2 to select chain1.
gSetTxChainmask1x1=1
gSetRxChainmask1x1=1
# Scan Timing Parameters
# gPassiveMaxChannelTime=110
# gPassiveMinChannelTime=60
#ifdef OPLUS_BUG_STABILITY
#Botao.Cu@CONNECTIVITY.WiFi.Connect.Scan.958144, 2017/04/20,
#Modify for enlarge scan result
#gActiveMaxChannelTime=40
#gActiveMinChannelTime=20
#else
gActiveMaxChannelTime=60
gActiveMinChannelTime=40
#endif /* OPLUS_BUG_STABILITY */
#If set to 0, MCC is not allowed.
gEnableMCCMode=1
# MCC to SCC Switch mode:
# 0-Disable
# 1-Enable
# 2-Force SCC if same band, with SAP restart
# 3-Force SCC if same band, without SAP restart by sending (E)CSA
# 4-Force SCC if same band (or) use SAP mandatory channel for DBS,
# without SAP restart by sending (E)CSA
gWlanMccToSccSwitchMode = 3
# 1=enable STBC; 0=disable STBC
gEnableRXSTBC=1
# 1=enable tx STBC; 0=disable
gEnableTXSTBC=1
# 1=enable rx LDPC; 0=disable
gEnableRXLDPC=1
#Enable/Disable Tx beamforming
gTxBFEnable=1
#Enable/Disable Tx beamformee in SAP mode
gEnableTxBFeeSAP=1
# Enable Tx beamforming in VHT20MHz
# Valid values are 0,1. If commented out, the default value is 0.
# 0=disable, 1=enable
gEnableTxBFin20MHz=1
#Enable/Disable SU Tx beamformer support.
gEnableTxSUBeamformer=1
gEnableFastRoamInConcurrency=1
#Maxium Channel time in msec
gMaxMediumTime = 6000
# 802.11K support
gRrmEnable=1
#Enable Power Save offload
#ifndef OPLUS_BUG_STABILITY
#Wei.Wang@CONNECTIVITY.WiFi.Network.quality.1170942, 2017/12/04,
#disable qpower,to decrease ping delay and improve download speed
#gEnablePowerSaveOffload=2
#else /* OPLUS_BUG_STABILITY */
gEnablePowerSaveOffload=1
#endif /* OPLUS_BUG_STABILITY */
#Enable firmware uart print
gEnablefwprint=0
# Firmware log mode
# Valid values are 0,1,2
# 0=Disable, 1=WMI, 2=DIAG
gEnablefwlog=1
# Maximum Receive AMPDU size (VHT only. Valid values:
# 0->8k 1->16k 2->32k 3->64k 4->128k)
gVhtAmpduLenExponent=7
# Maximum MPDU length (VHT only. Valid values:
# 0->3895 octets, 1->7991 octets, 2->11454 octets)
gVhtMpduLen=2
# Maximum number of wow filters required
#gMaxWoWFilters=22
# WOW Enable/Disable.
# 0 - Disable both magic pattern match and pattern byte match.
# 1 - Enable magic pattern match on all interfaces.
# 2 - Enable pattern byte match on all interfaces.
# 3 - Enable both magic pattern and pattern byte match on all interfaces.
# Default value of gEnableWoW is 3.
# gEnableWoW=0
# Enable or Disable MCC Adaptive Scheduler at the FW
# 1=Enable (default), 0=Disable
gEnableMCCAdaptiveScheduler=1
#Enable or Disable p2p device address administered
isP2pDeviceAddrAdministrated=0
# Remove Overlap channel restriction
gEnableOverLapCh=0
#Enable VHT on 2.4Ghz
gEnableVhtFor24GHzBand=1
#Maximum number of offload peers supported
# gMaxOffloadPeers=2
# controlling the following offload patterns
# through ini parameter. Default value is 1
# to disable set it to zero. ssdp = 0
# Setup multicast pattern for mDNS 224.0.0.251,
# SSDP 239.255.255.250 and LLMNR 224.0.0.252
ssdp=0
#Enable Memory Deep Sleep
gEnableMemDeepSleep=1
# Regulatory Setting; 0=STRICT; 1=CUSTOM
gRegulatoryChangeCountry=1
# RA filtering rate limit param, the current value would not
# help if the lifetime in RA is less than 3*60=3min. Then
# we need to change it, though it is uncommon.
# gRAFilterEnable=0
gRArateLimitInterval=600
# Maximum number of concurrent connections
gMaxConcurrentActiveSessions=3
# Disable/Enable GreenAP
# 0 to disable, 1 to enable, default: 1
gEnableGreenAp=0
# Radar PRI multiplier
gDFSradarMappingPriMultiplier=4
gPNOScanSupport=1
#Enable/Disable LPASS support
# 0 to disable, 1 to enable
gEnableLpassSupport=1
# Whether userspace country code setting shld have priority
gCountryCodePriority=1
# Enable(1)/Disable(0) SIFS burst
gEnableSifsBurst=1
# Enable or Disable Multi-user MIMO
# 1=Enable (default), 0=Disable
gEnableMuBformee=1
# Enable/Disable channel avoidance for SAP in SCC scenario
# 0 - disable
# 1 - enable
gSapSccChanAvoidance=0
# Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
gIbssTxSpEndInactivityTime=10
# Enable TDLS External Control. That is, user space application has to
# first configure a peer MAC in wlan driver towards which TDLS is desired.
# Device will establish TDLS only towards those configured peers whenever
# TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
# when teardown criteria (idle packet count and RSSI) is met. However,
# device will accept TDLS connection if it is initiated from any other peer,
# even if that peer is not configured.
# 0 - disable
# 1 - enable
# For TDLS External Control, Implicit Trigger must also be enabled.
gTDLSExternalControl=1
# Enable support for TDLS off-channel operation
# 0 - disable
# 1 - enable
# TDLS off-channel operation will be invoked when there is only one
# TDLS connection.
gEnableTDLSOffChannel=1
# Enable or Disable Random MAC (Spoofing)
# 1=Enable (default), 0=Disable
gEnableMacAddrSpoof=1
################ Datapath feature set Begin ################
# Bus bandwidth threshold values in terms of number of packets
gBusBandwidthHighThreshold=2000
gBusBandwidthMediumThreshold=500
gBusBandwidthLowThreshold=150
# Bus bandwidth compute timeout value in ms
gBusBandwidthComputeInterval=100
# VHT Tx/Rx MCS values
# Valid values are 0,1,2. If commented out, the default value is 0.
# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
gVhtRxMCS=2
gVhtTxMCS=2
# VHT Tx/Rx MCS values for 2x2
# Valid values are 0,1,2. If commented out, the default value is 0.
# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
gEnable2x2=1
gVhtRxMCS2x2=2
gVhtTxMCS2x2=2
#IPA config is a bit mask and following are the configurations.
#bit0 IPA Enable
#bit1 IPA PRE Filter enable
#bit2 IPv6 enable
#bit3 IPA Resource Manager (RM) enable
#bit4 IPA Clock scaling enable
#bit5 IPA uC ENABLE
#bit6 IPA uC STA ENABLE
#bit8 IPA Real Time Debugging
gIPAConfig=0x7d
gIPADescSize=800
# Enable/Disable RX full reorder offload
gReorderOffloadSupported=1
# Enable CE classification
# 1 - enable(default) 0 - disable
gCEClassifyEnable=1
# Enable Rx handling options
# Rx_thread=1 RPS=2(default for ROME) NAPI=4(default for ihelium)
rx_mode=5
# Enable(Tx) fastpath for data traffic.
# 1 - enable(default) 0 - disable
gEnableFastPath=1
# This flag enables IP, TCP and UDP checksum offload
# 1 - enable(default) 0 - disable
gEnableIpTcpUdpChecksumOffload=1
# Enable TCP Segmentation Offload
# 1 - enable 0 - disable
TSOEnable=1
# Enable Generic Receive Offload
# 1 - enable(default) 0 - disable
#ifndef OPLUS_BUG_STABILITY
#Rongzheng.tang@CONNECTIVITY.WiFi.Network.1389443, 2019/05/23
#GROEnable=1
#else
GROEnable=0
#endif /* OPLUS_BUG_STABILITY */
# Enable HT MPDU Density
# 4 for 2 micro sec
ght_mpdu_density=4
# Enable flow steering to enable multiple CEs for Rx flows.
# Multiple Rx CEs<==>Multiple Rx IRQs<==>probably different CPUs.
# Parallel Rx paths.
# 1 - enable 0 - disable(default)
gEnableFlowSteering=1
# Time in microseconds after which a NAPI poll must yield
ce_service_max_yield_time=500
#Maximum number of HTT messages to be processed per NAPI poll
ce_service_max_rx_ind_flush=1
# Maximum number of MSDUs the firmware will pack in one HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND
maxMSDUsPerRxInd=8
# Enable NUD tracking feature
# 1 - enable 0 - disable(default)
#ifndef OPLUS_BUG_STABILITY
#Junyuan.Huang@CONNECTIVITY.WiFi.Network.internet.1405517,2018/12/22
#Modify for disable gEnableNUDTracking in wifi driver
#gEnableNUDTracking=1
#else
gEnableNUDTracking=0
#endif /*OPLUS_BUG_STABILITY*/
# Enable PEER UNMAP CONF SUPPORT
# 1 - enable 0 - disable(default)
gEnablePeerUnmapConfSupport=1
################ Datapath feature set End ################
################ NAN feature set start ###################
# Enable NAN discovery (NAN 1.0)
# 1 - enable 0 - disable(default)
gEnableNanSupport=1
# Enable NAN Datapath
genable_nan_datapath=1
################ NAN feature set end #####################
#ifndef OPLUS_BUG_STABILITY
#Shimin.Jiang@CONNECTIVITY.WiFi.Connect.Scan.1405517,2018/5/31
#Modify for disable adaptive dwell scan mode
#adaptive_dwell_mode_enabled=1
#else
adaptive_dwell_mode_enabled=0
#endif /*OPLUS_BUG_STABILITY*/
hostscan_adaptive_dwell_mode=1
adapt_dwell_lpf_weight=80
adapt_dwell_wifi_act_threshold=10
MAWCEnabled=0
# Enable/Disable rtt sta mac randomization
enable_rtt_mac_randomization=1
# Create another interface during driver load
#ifdef OPLUS_BUG_STABILITY
#JunYuan.Huang@CONNECTIVITY.WiFi.AutoConnect.1882408 2019/09/27
#Add for dual sta can not up wlan1
#gEnableConcurrentSTA=wlan1
#endif /* OPLUS_BUG_STABILITY */
#Enable/Disable SNR monitoring
#ifndef OPLUS_BUG_STABILITY
#HuangJie@CONNECTIVITY.WIFI.CONNECT.AUTOCONNECT.1882408, 2019/03/13,
#Modify for do not automatically connect strong signal hotspots
#gEnableSNRMonitoring=1
#else /* OPLUS_BUG_STABILITY */
gEnableSNRMonitoring=0
#endif /* OPLUS_BUG_STABILITY */
#ifndef OPLUS_BUG_STABILITY
#Jie.Huang@CONNECTIVITY.WiFi.AutoConnect.1881594 2019/03/13
#Add for : bug 1881594 the signal of the wifi receiveing from the ap sometimes suddenly deteriorates.
# 1- Enable DTIM Synth
# 0- Disable DTIM Synth
gEnableLPRx=0
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#genglin.lian@CONNECTIVITY.WiFi.Connect.Scan.1975483, 2019/05/01,
# 0 - disable
# 1 - enable
#Disallow the beacons/probe resp from adjacent channels
allow_adj_chan_bcns=0
#Shimin.Jiang@CONNECTIVITY.WiFi.Connect.dhcp.1037520, 2017/07/07,
#Add for some ap don't response to dhcp discovery paket with qos flag equals voice
arp_ac_category=0
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Yadong.Hu@Connectivity.WiFi.Connect.disconnect.956254, 2017/04/20,
#Add for set value of kick out, 2047 means if DUT missed 2047 packets from AP, then disconnect
gDroppedPktDisconnectTh=2047
#Add for set value of beacon miss, 10 and 20 means 30 beacon miss,then maybe trigger disconnect
gRoamBmissFirstBcnt=10
gRoamBmissFinalBcnt=20
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#HuangYuan@CONNECTIVITY.WIFI.NETWORK.1063633 2016/07/20, add for optimize download performance in noisy env.
gEnableEdcaParams=1
gEdcaVoCwmin=2
gEdcaViCwmin=2
gEdcaBkCwmin=2
gEdcaBeCwmin=2
gEdcaVoCwmax=3
gEdcaViCwmax=3
gEdcaBkCwmax=3
gEdcaBeCwmax=3
gEdcaVoAifs=0
gEdcaViAifs=0
gEdcaBkAifs=0
gEdcaBeAifs=0
#TangRongzheng@CONNECTIVITY.WIFI.NETWORK.1063609, 2017/03/30, add for enable PER based roaming
# enabled for Tx and Rx traffic
gper_roam_enabled=3
# Mbps x 10
gper_roam_high_rate_th=540
gper_roam_low_rate_th =150
# high PER rate % for roaming scan triggered
gper_roam_th_percent=80
gper_roam_rest_time=60
#HuangYuan@CONNECTIVITY.WIFI.NETWORK.1064218, 2016/08/04, add for QQ message delays when DUT is asleep
rx_wakelock_timeout=250
#TangRongzheng@CONNECTIVITY.WIFI.NETWORK.1031774, 2017/06/18, add for disable active mode offload.
gActiveModeOffload=0
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_FEATURE_WIFI_DATASTALL
#HuangYuan@CONNECTIVITY.WIFI.NETWORK.4494, 2017/10/30,
#Add for data stall detection
gEnableDataStallDetection=1
#Ziqiang.Yu@CONNECTIVITY.WiFi.Network.internet.1140781, 2019/08/20,
#disable 2.4G HT40
gChannelBondingMode24GHz =0
#endif /* OPLUS_FEATURE_WIFI_DATASTALL */
#ifdef OPLUS_BUG_STABILITY
#Pan.Zhang@CONNECTIVITY.WiFi.Basic.Log.1072015, 2017/11/23,
#Add for enable Packet Log
gEnablePacketLog=1
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Yuanliu.Tang@CONNECTIVITY.WiFi.Basic.Crash.1135753, 2017/05/27
#Add for open walkround feature to avoid MTK AP crash,QC case2952499
gForce1x1Exception=0
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Qiulei@CONNECTIVITY.WiFi.Hardware.1065440, 2017/05/16
#Add for show the max linkspeed
gReportMaxLinkSpeed=1
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Qiulei@CONNECTIVITY.WiFi.Power.802254, 2016/07/20
#Add for : reduce ap sleep current
gApLinkMonitorPeriod = 25
#endif /* OPLUS_BUG_STABILITY */
#ifndef OPLUS_BUG_COMPATIBILITY
#HuiTao@CONNECTIVITY.WiFi.Basic.Custom.1067549, 2018/01/02,
#Modify for country code JP soft ap cant got 5G list for bug:1194908
gindoor_channel_support=1
#endif /* OPLUS_BUG_COMPATIBILITY */
#ifdef OPLUS_BUG_STABILITY
#Qiulei@CONNECTIVITY.WiFi.Hardware.1132176, 2017/03/07
#Add for 2.4G&5G MIMO config,2.4G SAP SISO
gVdevTypeNss_5g=21930
gVdevTypeNss_2g=21930
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Tao.Hui@CONNECTIVITY.WiFi.Basic.Custom.1884719 2019/03/08
#add for bdf fw rus
gEnableForceTargetAssert=1
#endif /* OPLUS_BUG_STABILITY */
#ifdef OPLUS_BUG_STABILITY
#Yuan.Huang@CONNECTIVITY.WiFi.Network.internet.1809314, 2019/07/24,
#Add for Dual STA connect leaky APs with 1x1
gActionOUIConnect1x1=000C43 04 03000000 70 35 A2 000CE7 04 00000000 F0 35 A2 001018 06 0200000C0000 BC 2D 52
#endif /* OPLUS_BUG_STABILITY */
#ifndef OPLUS_BUG_STABILITY
#ShiXing.Ke@CONNECTIVITY.Wifi.Connect.auth.1058482,bug1496579 2018/07/28,
#Modify for bssid_hint_priority default is 0 in .h file
is_bssid_hint_priority=1
#endif /* OPLUS_BUG_STABILITY */
#ifndef OPLUS_BUG_STABILITY
#Jian.Wang@CONNECTIVITY.WiFi.Basic.Crash.1340840, 2018/05/17,
#Add for enable Self Recovery for crash
gEnableSelfRecovery=1
#endif /* OPLUS_BUG_STABILITY */
# Rx thread affinity mask in UL case
RX_THREAD_UL_CPU_AFFINITY_MASK=0xc0
#ifdef OPLUS_BUG_STABILITY
#Wei.Wang@CONNECTIVITY.WiFi.Network.internet.2796551, 2020/02/09,
#Add for [BUGID],disble enable_disconnect_roam_offload
enable_disconnect_roam_offload=0
#endif /* OPLUS_BUG_STABILITY */
END
# Note: Configuration parser would not read anything past the END marker