Snap for 11565217 from 6222128795 to 24Q3-release

Change-Id: Ibcf6fa3be3507daac123604fea14f49afbe2e85e
This commit is contained in:
Android Build Coastguard Worker 2024-03-12 23:01:56 +00:00
commit d4c7d5641c
30 changed files with 291 additions and 247 deletions

View file

@ -1087,11 +1087,15 @@
<ctl name="EP3 TX Mixer BT_TX" value="1" /> <ctl name="EP3 TX Mixer BT_TX" value="1" />
</path> </path>
<path name="microphones -> sound-trigger-capture-0" /> <path name="sound-trigger-microphones -> sound-trigger-capture-0" />
<path name="microphones -> sound-trigger-tap-capture-0" /> <path name="sound-trigger-microphones -> sound-trigger-tap-capture-0">
<ctl name="Audio Capture Eraser Enable" value="1" />
<ctl name="Hotword Tap Enable" value="1" />
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="microphones -> hotword-lookback-capture-0" /> <path name="sound-trigger-microphones -> hotword-lookback-capture-0" />
<path name="ultrasound-microphones -> ultrasound-capture-0"> <path name="ultrasound-microphones -> ultrasound-capture-0">
<ctl name="EP5 TX Mixer INTERNAL_MIC_US_TX" value="1" /> <ctl name="EP5 TX Mixer INTERNAL_MIC_US_TX" value="1" />
@ -1334,12 +1338,6 @@
<ctl name="MIC Record Soft Gain (dB)" value="22" /> <ctl name="MIC Record Soft Gain (dB)" value="22" />
</path> </path>
<path name="microphones (VOICE_RECOGNITION,SOUND_TRIGGER_TAP)">
<ctl name="Audio Capture Eraser Enable" value="1" />
<ctl name="Hotword Tap Enable" value="1" />
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="microphones (SOUND_TRIGGER_AEC)"> <path name="microphones (SOUND_TRIGGER_AEC)">
<path name="builtin-mic-id-capture-list" /> <path name="builtin-mic-id-capture-list" />
<ctl name="MIC DC Blocker" value="1" /> <ctl name="MIC DC Blocker" value="1" />

View file

@ -1087,11 +1087,15 @@
<ctl name="EP3 TX Mixer BT_TX" value="1" /> <ctl name="EP3 TX Mixer BT_TX" value="1" />
</path> </path>
<path name="microphones -> sound-trigger-capture-0" /> <path name="sound-trigger-microphones -> sound-trigger-capture-0" />
<path name="microphones -> sound-trigger-tap-capture-0" /> <path name="sound-trigger-microphones -> sound-trigger-tap-capture-0">
<ctl name="Audio Capture Eraser Enable" value="1" />
<ctl name="Hotword Tap Enable" value="1" />
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="microphones -> hotword-lookback-capture-0" /> <path name="sound-trigger-microphones -> hotword-lookback-capture-0" />
<path name="ultrasound-microphones -> ultrasound-capture-0"> <path name="ultrasound-microphones -> ultrasound-capture-0">
<ctl name="EP5 TX Mixer INTERNAL_MIC_US_TX" value="1" /> <ctl name="EP5 TX Mixer INTERNAL_MIC_US_TX" value="1" />
@ -1334,12 +1338,6 @@
<ctl name="MIC Record Soft Gain (dB)" value="22" /> <ctl name="MIC Record Soft Gain (dB)" value="22" />
</path> </path>
<path name="microphones (VOICE_RECOGNITION,SOUND_TRIGGER_TAP)">
<ctl name="Audio Capture Eraser Enable" value="1" />
<ctl name="Hotword Tap Enable" value="1" />
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="microphones (SOUND_TRIGGER_AEC)"> <path name="microphones (SOUND_TRIGGER_AEC)">
<path name="builtin-mic-id-capture-list" /> <path name="builtin-mic-id-capture-list" />
<ctl name="MIC DC Blocker" value="1" /> <ctl name="MIC DC Blocker" value="1" />

View file

@ -1087,11 +1087,15 @@
<ctl name="EP3 TX Mixer BT_TX" value="1" /> <ctl name="EP3 TX Mixer BT_TX" value="1" />
</path> </path>
<path name="microphones -> sound-trigger-capture-0" /> <path name="sound-trigger-microphones -> sound-trigger-capture-0" />
<path name="microphones -> sound-trigger-tap-capture-0" /> <path name="sound-trigger-microphones -> sound-trigger-tap-capture-0">
<ctl name="Audio Capture Eraser Enable" value="1" />
<ctl name="Hotword Tap Enable" value="1" />
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="microphones -> hotword-lookback-capture-0" /> <path name="sound-trigger-microphones -> hotword-lookback-capture-0" />
<path name="ultrasound-microphones -> ultrasound-capture-0"> <path name="ultrasound-microphones -> ultrasound-capture-0">
<ctl name="EP5 TX Mixer INTERNAL_MIC_US_TX" value="1" /> <ctl name="EP5 TX Mixer INTERNAL_MIC_US_TX" value="1" />
@ -1334,12 +1338,6 @@
<ctl name="MIC Record Soft Gain (dB)" value="22" /> <ctl name="MIC Record Soft Gain (dB)" value="22" />
</path> </path>
<path name="microphones (VOICE_RECOGNITION,SOUND_TRIGGER_TAP)">
<ctl name="Audio Capture Eraser Enable" value="1" />
<ctl name="Hotword Tap Enable" value="1" />
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="microphones (SOUND_TRIGGER_AEC)"> <path name="microphones (SOUND_TRIGGER_AEC)">
<path name="builtin-mic-id-capture-list" /> <path name="builtin-mic-id-capture-list" />
<ctl name="MIC DC Blocker" value="1" /> <ctl name="MIC DC Blocker" value="1" />

View file

@ -3,11 +3,18 @@
# Uart port name # Uart port name
UartPort = /dev/ttySAC18 UartPort = /dev/ttySAC18
# Userial type # Priority of uart type
# UserialType = 2 # HciUartSocket = 0
# SerialUartPort = 1
# SerialAocUartPort = 2
# UserialInvalid = 3
UserialTypePriority = 2-1
# <boolean> Enable check whether let aoc controls power pin # <string> The hardware support which offload capability
AocPowerPinCtrlCheckEnable = true BtOffloadCap = AOC
# <string> The BT Offload Trunk Flag Group Name
BtOffloadTrunkGroup = 24P_AOC
# Sar backOff high resolution support # Sar backOff high resolution support
SarBackOffHighResolution = true SarBackOffHighResolution = true

View file

@ -3,8 +3,18 @@
# Uart port name # Uart port name
UartPort = /dev/ttySAC18 UartPort = /dev/ttySAC18
# Userial type # Priority of uart type
# UserialType = 2 # HciUartSocket = 0
# SerialUartPort = 1
# SerialAocUartPort = 2
# UserialInvalid = 3
UserialTypePriority = 2-1
# <string> The hardware support which offload capability
BtOffloadCap = AOC
# <string> The BT Offload Trunk Flag Group Name
BtOffloadTrunkGroup = 24P_AOC
# Sar backOff high resolution support # Sar backOff high resolution support
SarBackOffHighResolution = true SarBackOffHighResolution = true

View file

@ -3,8 +3,18 @@
# Uart port name # Uart port name
UartPort = /dev/ttySAC18 UartPort = /dev/ttySAC18
# Userial type # Priority of uart type
# UserialType = 2 # HciUartSocket = 0
# SerialUartPort = 1
# SerialAocUartPort = 2
# UserialInvalid = 3
UserialTypePriority = 2-1
# <string> The hardware support which offload capability
BtOffloadCap = AOC
# <string> The BT Offload Trunk Flag Group Name
BtOffloadTrunkGroup = 24P_AOC
# Sar backOff high resolution support # Sar backOff high resolution support
SarBackOffHighResolution = true SarBackOffHighResolution = true

View file

@ -3,8 +3,18 @@
# Uart port name # Uart port name
UartPort = /dev/ttySAC18 UartPort = /dev/ttySAC18
# Userial type # Priority of uart type
# UserialType = 2 # HciUartSocket = 0
# SerialUartPort = 1
# SerialAocUartPort = 2
# UserialInvalid = 3
UserialTypePriority = 2-1
# <string> The hardware support which offload capability
BtOffloadCap = AOC
# <string> The BT Offload Trunk Flag Group Name
BtOffloadTrunkGroup = 24P_AOC
# Sar backOff high resolution support # Sar backOff high resolution support
SarBackOffHighResolution = true SarBackOffHighResolution = true

View file

@ -3,8 +3,18 @@
# Uart port name # Uart port name
UartPort = /dev/ttySAC18 UartPort = /dev/ttySAC18
# Userial type # Priority of uart type
# UserialType = 2 # HciUartSocket = 0
# SerialUartPort = 1
# SerialAocUartPort = 2
# UserialInvalid = 3
UserialTypePriority = 2-1
# <string> The hardware support which offload capability
BtOffloadCap = AOC
# <string> The BT Offload Trunk Flag Group Name
BtOffloadTrunkGroup = 24P_AOC
# Sar backOff high resolution support # Sar backOff high resolution support
SarBackOffHighResolution = true SarBackOffHighResolution = true

View file

@ -3,8 +3,18 @@
# Uart port name # Uart port name
UartPort = /dev/ttySAC18 UartPort = /dev/ttySAC18
# Userial type # Priority of uart type
# UserialType = 2 # HciUartSocket = 0
# SerialUartPort = 1
# SerialAocUartPort = 2
# UserialInvalid = 3
UserialTypePriority = 2-1
# <string> The hardware support which offload capability
BtOffloadCap = AOC
# <string> The BT Offload Trunk Flag Group Name
BtOffloadTrunkGroup = 24P_AOC
# Sar backOff high resolution support # Sar backOff high resolution support
SarBackOffHighResolution = true SarBackOffHighResolution = true

View file

@ -137,10 +137,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.stereo_spatialization_enabled=true ro.audio.stereo_spatialization_enabled=true
# Sound Dose ifneq ($(USE_AUDIO_HAL_AIDL),true)
# HIDL Sound Dose
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio.sounddose-vendor-impl \ android.hardware.audio.sounddose-vendor-impl \
audio_sounddose_aoc \ audio_sounddose_aoc
endif
# Audio CCA property # Audio CCA property
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
@ -245,7 +247,6 @@ PRODUCT_SOONG_NAMESPACES += \
# Location # Location
# iGNSS # iGNSS
include device/google/gs-common/gps/lsi/s5400.mk
# gps.cfg # gps.cfg
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/caiman PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/caiman
$(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))

View file

@ -156,10 +156,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.stereo_spatialization_enabled=true ro.audio.stereo_spatialization_enabled=true
# Sound Dose ifneq ($(USE_AUDIO_HAL_AIDL),true)
# HIDL Sound Dose
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio.sounddose-vendor-impl \ android.hardware.audio.sounddose-vendor-impl \
audio_sounddose_aoc \ audio_sounddose_aoc
endif
# Audio CCA property # Audio CCA property
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
@ -264,7 +266,6 @@ PRODUCT_SOONG_NAMESPACES += \
# Location # Location
# iGNSS # iGNSS
include device/google/gs-common/gps/lsi/s5400.mk
# gps.cfg # gps.cfg
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/komodo PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/komodo
$(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))

View file

@ -203,7 +203,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts
# Location # Location
# iGNSS # iGNSS
include device/google/gs-common/gps/lsi/s5400.mk
# gps.cfg # gps.cfg
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrent24 PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrent24
$(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))

View file

@ -205,7 +205,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts
# Location # Location
# iGNSS # iGNSS
include device/google/gs-common/gps/lsi/s5400.mk
# gps.cfg # gps.cfg
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrentpro PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrentpro
$(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))

View file

@ -130,10 +130,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.stereo_spatialization_enabled=true ro.audio.stereo_spatialization_enabled=true
# Sound Dose ifneq ($(USE_AUDIO_HAL_AIDL),true)
# HIDL Sound Dose
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio.sounddose-vendor-impl \ android.hardware.audio.sounddose-vendor-impl \
audio_sounddose_aoc \ audio_sounddose_aoc
endif
# Audio CCA property # Audio CCA property
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
@ -234,7 +236,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts
# Location # Location
# iGNSS # iGNSS
include device/google/gs-common/gps/lsi/s5400.mk
# gps.cfg # gps.cfg
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/tokay PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/tokay
$(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))

View file

@ -28,8 +28,8 @@ bdsUsedInUSPolicy=2
sbasUsedInUSPolicy=2 sbasUsedInUSPolicy=2
qzssUsedInUSPolicy=2 qzssUsedInUSPolicy=2
navicUsedInUSPolicy=2 navicUsedInUSPolicy=2
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
mailboxDisabled=0x0 mailboxDisabled=0x0
gnss_rfic_chip_id=55400000 gnss_rfic_chip_id=55400000
UseRtcForAiding=1 UseRtcForAiding=1
@ -61,7 +61,7 @@ RfPathLossDb_L5_Ap=4450
RfPathLossDb_L5_Cp=4450 RfPathLossDb_L5_Cp=4450
IsUseEntireRespTime911=1 IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
GNSS_CARRIER_ID=0 GNSS_CARRIER_ID=0

View file

@ -115,8 +115,8 @@ navicUsedInUSPolicy=2
# DVS: 0 = Disabled, 1 = Enabled (default) # DVS: 0 = Disabled, 1 = Enabled (default)
# DFS: 0 = Disabled, 1 = Enabled (default) # DFS: 0 = Disabled, 1 = Enabled (default)
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
# This is a bitfield that will disable incoming interrupts for mailboxes # This is a bitfield that will disable incoming interrupts for mailboxes
# AP = 0x1 # AP = 0x1
@ -193,7 +193,7 @@ IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
# DEFAULT # DEFAULT

View file

@ -28,8 +28,8 @@ bdsUsedInUSPolicy=2
sbasUsedInUSPolicy=2 sbasUsedInUSPolicy=2
qzssUsedInUSPolicy=2 qzssUsedInUSPolicy=2
navicUsedInUSPolicy=2 navicUsedInUSPolicy=2
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
mailboxDisabled=0x0 mailboxDisabled=0x0
gnss_rfic_chip_id=55400000 gnss_rfic_chip_id=55400000
UseRtcForAiding=1 UseRtcForAiding=1
@ -61,7 +61,7 @@ RfPathLossDb_L5_Ap=3700
RfPathLossDb_L5_Cp=3700 RfPathLossDb_L5_Cp=3700
IsUseEntireRespTime911=1 IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
GNSS_CARRIER_ID=0 GNSS_CARRIER_ID=0

View file

@ -115,8 +115,8 @@ navicUsedInUSPolicy=2
# DVS: 0 = Disabled, 1 = Enabled (default) # DVS: 0 = Disabled, 1 = Enabled (default)
# DFS: 0 = Disabled, 1 = Enabled (default) # DFS: 0 = Disabled, 1 = Enabled (default)
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
# This is a bitfield that will disable incoming interrupts for mailboxes # This is a bitfield that will disable incoming interrupts for mailboxes
# AP = 0x1 # AP = 0x1
@ -193,7 +193,7 @@ IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
# DEFAULT # DEFAULT

View file

@ -26,8 +26,8 @@ bdsUsedInUSPolicy=2
sbasUsedInUSPolicy=2 sbasUsedInUSPolicy=2
qzssUsedInUSPolicy=2 qzssUsedInUSPolicy=2
navicUsedInUSPolicy=2 navicUsedInUSPolicy=2
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
mailboxDisabled=0x0 mailboxDisabled=0x0
gnss_rfic_chip_id=55400000 gnss_rfic_chip_id=55400000
UseRtcForAiding=1 UseRtcForAiding=1
@ -55,7 +55,7 @@ SpotLogger_Allowed=0
soft_dog=0 soft_dog=0
IsUseEntireRespTime911=1 IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
GNSS_CARRIER_ID=0 GNSS_CARRIER_ID=0

View file

@ -111,8 +111,8 @@ navicUsedInUSPolicy=2
# DVS: 0 = Disabled, 1 = Enabled (default) # DVS: 0 = Disabled, 1 = Enabled (default)
# DFS: 0 = Disabled, 1 = Enabled (default) # DFS: 0 = Disabled, 1 = Enabled (default)
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
# This is a bitfield that will disable incoming interrupts for mailboxes # This is a bitfield that will disable incoming interrupts for mailboxes
# AP = 0x1 # AP = 0x1
@ -185,7 +185,7 @@ IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
# DEFAULT # DEFAULT

View file

@ -26,8 +26,8 @@ bdsUsedInUSPolicy=2
sbasUsedInUSPolicy=2 sbasUsedInUSPolicy=2
qzssUsedInUSPolicy=2 qzssUsedInUSPolicy=2
navicUsedInUSPolicy=2 navicUsedInUSPolicy=2
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
mailboxDisabled=0x0 mailboxDisabled=0x0
gnss_rfic_chip_id=55400000 gnss_rfic_chip_id=55400000
UseRtcForAiding=1 UseRtcForAiding=1
@ -55,7 +55,7 @@ SpotLogger_Allowed=0
soft_dog=0 soft_dog=0
IsUseEntireRespTime911=1 IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
GNSS_CARRIER_ID=0 GNSS_CARRIER_ID=0

View file

@ -111,8 +111,8 @@ navicUsedInUSPolicy=2
# DVS: 0 = Disabled, 1 = Enabled (default) # DVS: 0 = Disabled, 1 = Enabled (default)
# DFS: 0 = Disabled, 1 = Enabled (default) # DFS: 0 = Disabled, 1 = Enabled (default)
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
# This is a bitfield that will disable incoming interrupts for mailboxes # This is a bitfield that will disable incoming interrupts for mailboxes
# AP = 0x1 # AP = 0x1
@ -185,7 +185,7 @@ IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
# DEFAULT # DEFAULT

View file

@ -28,8 +28,8 @@ bdsUsedInUSPolicy=2
sbasUsedInUSPolicy=2 sbasUsedInUSPolicy=2
qzssUsedInUSPolicy=2 qzssUsedInUSPolicy=2
navicUsedInUSPolicy=2 navicUsedInUSPolicy=2
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
mailboxDisabled=0x0 mailboxDisabled=0x0
gnss_rfic_chip_id=55400000 gnss_rfic_chip_id=55400000
UseRtcForAiding=1 UseRtcForAiding=1
@ -61,7 +61,7 @@ RfPathLossDb_L5_Ap=3870
RfPathLossDb_L5_Cp=3870 RfPathLossDb_L5_Cp=3870
IsUseEntireRespTime911=1 IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
GNSS_CARRIER_ID=0 GNSS_CARRIER_ID=0

View file

@ -115,8 +115,8 @@ navicUsedInUSPolicy=2
# DVS: 0 = Disabled, 1 = Enabled (default) # DVS: 0 = Disabled, 1 = Enabled (default)
# DFS: 0 = Disabled, 1 = Enabled (default) # DFS: 0 = Disabled, 1 = Enabled (default)
Chip_Configuration_FeatureCfg_DVS = 0 Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 0 Chip_Configuration_FeatureCfg_DFS = 1
# This is a bitfield that will disable incoming interrupts for mailboxes # This is a bitfield that will disable incoming interrupts for mailboxes
# AP = 0x1 # AP = 0x1
@ -193,7 +193,7 @@ IsUseEntireRespTime911=1
isForceHighAccuracyMode=1 isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=1
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN
# DEFAULT # DEFAULT

View file

@ -217,9 +217,10 @@
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
"Values": [ "Values": [
"2048 1280 1280",
"1280", "1280",
"1100", "1100",
"1100 1024 1100" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -230,9 +231,9 @@
"Values": [ "Values": [
"1280", "1280",
"1100", "1100",
"1280 1100 1055" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 1,
"ResetOnInit": true "ResetOnInit": true
}, },
{ {
@ -1851,15 +1852,15 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
@ -1933,6 +1934,12 @@
"Duration": 0, "Duration": 0,
"Value": "700000" "Value": "700000"
}, },
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
@ -2009,13 +2016,7 @@
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUUtilThreshold", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100 1024 1100" "Value": "1280"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280 1100 1055"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
@ -2077,12 +2078,24 @@
"Duration": 0, "Duration": 0,
"Value": "camera" "Value": "camera"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUUtilThreshold",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",
@ -2253,13 +2266,13 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
@ -2600,12 +2613,6 @@
"Duration": 0, "Duration": 0,
"Value": "game" "Value": "game"
}, },
{
"PowerHint": "GAME",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1100"
},
{ {
"PowerHint": "GAME", "PowerHint": "GAME",
"Node": "CPUTaperedDVFSHeadroomEnable", "Node": "CPUTaperedDVFSHeadroomEnable",
@ -2759,25 +2766,19 @@
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 1000, "Duration": 500,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1885000"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_MID_TSKIN_BYPASS",
"Duration": 1000,
"Value": "1"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_BIG_TSKIN_BYPASS", "Node": "CPU_BIG_TSKIN_BYPASS",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1"
}, },
{ {
@ -2978,7 +2979,7 @@
"Name": "REFRESH_120FPS", "Name": "REFRESH_120FPS",
"PID_On": true, "PID_On": true,
"PID_Po": 2.0, "PID_Po": 2.0,
"PID_Pu": 1.0, "PID_Pu": 0.6,
"PID_I": 0.0, "PID_I": 0.0,
"PID_I_Init": 200, "PID_I_Init": 200,
"PID_I_High": 512, "PID_I_High": 512,

View file

@ -217,9 +217,10 @@
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
"Values": [ "Values": [
"2048 1280 1280",
"1280", "1280",
"1100", "1100",
"1100 1024 1100" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -230,9 +231,9 @@
"Values": [ "Values": [
"1280", "1280",
"1100", "1100",
"1280 1100 1055" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 1,
"ResetOnInit": true "ResetOnInit": true
}, },
{ {
@ -1851,15 +1852,15 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
@ -1933,6 +1934,12 @@
"Duration": 0, "Duration": 0,
"Value": "700000" "Value": "700000"
}, },
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
@ -2009,13 +2016,7 @@
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUUtilThreshold", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100 1024 1100" "Value": "1280"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280 1100 1055"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
@ -2077,12 +2078,24 @@
"Duration": 0, "Duration": 0,
"Value": "camera" "Value": "camera"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUUtilThreshold",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",
@ -2253,13 +2266,13 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
@ -2600,12 +2613,6 @@
"Duration": 0, "Duration": 0,
"Value": "game" "Value": "game"
}, },
{
"PowerHint": "GAME",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1100"
},
{ {
"PowerHint": "GAME", "PowerHint": "GAME",
"Node": "CPUTaperedDVFSHeadroomEnable", "Node": "CPUTaperedDVFSHeadroomEnable",
@ -2759,25 +2766,19 @@
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 1000, "Duration": 500,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1885000"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_MID_TSKIN_BYPASS",
"Duration": 1000,
"Value": "1"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_BIG_TSKIN_BYPASS", "Node": "CPU_BIG_TSKIN_BYPASS",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1"
}, },
{ {
@ -2978,7 +2979,7 @@
"Name": "REFRESH_120FPS", "Name": "REFRESH_120FPS",
"PID_On": true, "PID_On": true,
"PID_Po": 2.0, "PID_Po": 2.0,
"PID_Pu": 1.0, "PID_Pu": 0.6,
"PID_I": 0.0, "PID_I": 0.0,
"PID_I_Init": 200, "PID_I_Init": 200,
"PID_I_High": 512, "PID_I_High": 512,

View file

@ -2162,25 +2162,19 @@
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 1000, "Duration": 500,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "9999999"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_MID_TSKIN_BYPASS",
"Duration": 1000,
"Value": "1"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_BIG_TSKIN_BYPASS", "Node": "CPU_BIG_TSKIN_BYPASS",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1"
}, },
{ {
@ -2193,7 +2187,7 @@
"PowerHint": "FP_BOOST", "PowerHint": "FP_BOOST",
"Node": "CPUBigClusterMinFreq", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 1000,
"Value": "9999999" "Value": "1852000"
}, },
{ {
"PowerHint": "FP_BOOST", "PowerHint": "FP_BOOST",

View file

@ -217,9 +217,10 @@
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
"Values": [ "Values": [
"2048 1280 1280",
"1280", "1280",
"1100", "1100",
"1100 1024 1100" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -230,9 +231,9 @@
"Values": [ "Values": [
"1280", "1280",
"1100", "1100",
"1280 1100 1055" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 1,
"ResetOnInit": true "ResetOnInit": true
}, },
{ {
@ -1851,15 +1852,15 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
@ -1933,6 +1934,12 @@
"Duration": 0, "Duration": 0,
"Value": "700000" "Value": "700000"
}, },
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
@ -2009,13 +2016,7 @@
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUUtilThreshold", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100 1024 1100" "Value": "1280"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280 1100 1055"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
@ -2077,12 +2078,24 @@
"Duration": 0, "Duration": 0,
"Value": "camera" "Value": "camera"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUUtilThreshold",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",
@ -2253,13 +2266,13 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
@ -2600,12 +2613,6 @@
"Duration": 0, "Duration": 0,
"Value": "game" "Value": "game"
}, },
{
"PowerHint": "GAME",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1100"
},
{ {
"PowerHint": "GAME", "PowerHint": "GAME",
"Node": "CPUTaperedDVFSHeadroomEnable", "Node": "CPUTaperedDVFSHeadroomEnable",
@ -2759,25 +2766,19 @@
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 1000, "Duration": 500,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1885000"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_MID_TSKIN_BYPASS",
"Duration": 1000,
"Value": "1"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_BIG_TSKIN_BYPASS", "Node": "CPU_BIG_TSKIN_BYPASS",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1"
}, },
{ {
@ -2978,7 +2979,7 @@
"Name": "REFRESH_120FPS", "Name": "REFRESH_120FPS",
"PID_On": true, "PID_On": true,
"PID_Po": 2.0, "PID_Po": 2.0,
"PID_Pu": 1.0, "PID_Pu": 0.6,
"PID_I": 0.0, "PID_I": 0.0,
"PID_I_Init": 200, "PID_I_Init": 200,
"PID_I_High": 512, "PID_I_High": 512,

View file

@ -217,9 +217,10 @@
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
"Values": [ "Values": [
"2048 1280 1280",
"1280", "1280",
"1100", "1100",
"1100 1024 1100" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -230,9 +231,9 @@
"Values": [ "Values": [
"1280", "1280",
"1100", "1100",
"1280 1100 1055" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 1,
"ResetOnInit": true "ResetOnInit": true
}, },
{ {
@ -1851,15 +1852,15 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
@ -1933,6 +1934,12 @@
"Duration": 0, "Duration": 0,
"Value": "700000" "Value": "700000"
}, },
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
@ -2009,13 +2016,7 @@
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUUtilThreshold", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100 1024 1100" "Value": "1280"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280 1100 1055"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
@ -2077,12 +2078,24 @@
"Duration": 0, "Duration": 0,
"Value": "camera" "Value": "camera"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "PowerHALCameraRunning", "Node": "PowerHALCameraRunning",
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUUtilThreshold",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",
@ -2253,13 +2266,13 @@
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUUtilThreshold", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
"Node": "CPUDVFSHeadroom", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
@ -2600,12 +2613,6 @@
"Duration": 0, "Duration": 0,
"Value": "game" "Value": "game"
}, },
{
"PowerHint": "GAME",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1100"
},
{ {
"PowerHint": "GAME", "PowerHint": "GAME",
"Node": "CPUTaperedDVFSHeadroomEnable", "Node": "CPUTaperedDVFSHeadroomEnable",
@ -2759,25 +2766,19 @@
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 1000, "Duration": 500,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1885000"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_MID_TSKIN_BYPASS",
"Duration": 1000,
"Value": "1"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_BIG_TSKIN_BYPASS", "Node": "CPU_BIG_TSKIN_BYPASS",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1"
}, },
{ {
@ -2978,7 +2979,7 @@
"Name": "REFRESH_120FPS", "Name": "REFRESH_120FPS",
"PID_On": true, "PID_On": true,
"PID_Po": 2.0, "PID_Po": 2.0,
"PID_Pu": 1.0, "PID_Pu": 0.6,
"PID_I": 0.0, "PID_I": 0.0,
"PID_I_Init": 200, "PID_I_Init": 200,
"PID_I_High": 512, "PID_I_High": 512,

View file

@ -2618,25 +2618,19 @@
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 1000, "Duration": 500,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS", "Node": "CPUBigClusterMinFreq",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1852000"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_MID_TSKIN_BYPASS",
"Duration": 1000,
"Value": "1"
}, },
{ {
"PowerHint": "FACE_UNLOCK_BOOST", "PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_BIG_TSKIN_BYPASS", "Node": "CPU_BIG_TSKIN_BYPASS",
"Duration": 1000, "Duration": 500,
"Value": "1" "Value": "1"
}, },
{ {