Snap for 9250775 from 5e5eb226c7 to udc-release

Change-Id: I37743115716a3373c2c298f633a1e8881208b2d4
This commit is contained in:
Android Build Coastguard Worker
2022-11-03 03:29:46 +00:00
3 changed files with 25 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ PRODUCT_COPY_FILES += \
# 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
# Enable camera 1080P 60FPS binning mode # Enable camera 1080P 60FPS binning mode

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- set this to ./DevInfo/Mod -->
<string translatable="false" name="config_devinfo_model">G0DZQ</string>
</resources>

View File

@@ -342,6 +342,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",
@@ -1249,6 +1259,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",