Merge "Camera: Enable optimized TNR frequency and create TNR low power hint." into tm-qpr-dev am: 331e326532
am: 81da367d19
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20532922 Change-Id: I9e127d50b9cc785e0bfbe29e55ae33afdaf1b086 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
fe51a337a5
2 changed files with 17 additions and 0 deletions
|
@ -300,6 +300,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.camera.extended_launch_boost=1 \
|
persist.vendor.camera.extended_launch_boost=1 \
|
||||||
|
persist.vendor.camera.optimized_tnr_freq=1 \
|
||||||
persist.vendor.camera.raise_buf_allocation_priority=1
|
persist.vendor.camera.raise_buf_allocation_priority=1
|
||||||
|
|
||||||
# Bluetooth OPUS codec
|
# Bluetooth OPUS codec
|
||||||
|
|
|
@ -348,6 +348,16 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "TNRMaxFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/max_freq",
|
||||||
|
"Values": [
|
||||||
|
"664000",
|
||||||
|
"67000"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "TNRFreq",
|
"Name": "TNRFreq",
|
||||||
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
||||||
|
@ -1243,6 +1253,12 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "302000"
|
"Value": "302000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_TNR_LOW",
|
||||||
|
"Node": "TNRMaxFreq",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "67000"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "FIXED_PERFORMANCE",
|
"PowerHint": "FIXED_PERFORMANCE",
|
||||||
"Node": "CPUBigClusterMaxFreq",
|
"Node": "CPUBigClusterMaxFreq",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue