Snap for 9250775 from 5e5eb226c7
to udc-release
Change-Id: I37743115716a3373c2c298f633a1e8881208b2d4
This commit is contained in:
commit
41b7c03e40
3 changed files with 25 additions and 0 deletions
|
@ -217,6 +217,7 @@ PRODUCT_COPY_FILES += \
|
|||
# Camera
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.camera.extended_launch_boost=1 \
|
||||
persist.vendor.camera.optimized_tnr_freq=1 \
|
||||
persist.vendor.camera.raise_buf_allocation_priority=1
|
||||
|
||||
# Enable camera 1080P 60FPS binning mode
|
||||
|
|
|
@ -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>
|
|
@ -342,6 +342,16 @@
|
|||
],
|
||||
"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",
|
||||
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
||||
|
@ -1249,6 +1259,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "302000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_TNR_LOW",
|
||||
"Node": "TNRMaxFreq",
|
||||
"Duration": 0,
|
||||
"Value": "67000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FIXED_PERFORMANCE",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue