Merge changes from topic "am-10194bbc2c4941668679ef937f67a8b5" into tm-qpr-dev-plus-aosp
* changes: Merge "add CAMERA_FIXED_FPS power hint" into tm-dev am:2bf4f761e2
am:b2d94994a1
am:2ed8491dc7
camera: enable fixed fps range boost am:887fd850ba
am:636a1296f6
am:c5445951df
This commit is contained in:
commit
0846cc9147
2 changed files with 21 additions and 1 deletions
|
@ -72,7 +72,8 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.camera.extended_launch_boost=1 \
|
persist.vendor.camera.extended_launch_boost=1 \
|
||||||
persist.vendor.camera.raise_buf_allocation_priority=1
|
persist.vendor.camera.raise_buf_allocation_priority=1 \
|
||||||
|
persist.vendor.camera.fixed_fps_range_boost=1
|
||||||
|
|
||||||
# Display Config
|
# Display Config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
|
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"3172000",
|
"3172000",
|
||||||
|
"1352000",
|
||||||
"1014000",
|
"1014000",
|
||||||
"421000"
|
"421000"
|
||||||
],
|
],
|
||||||
|
@ -1124,6 +1125,24 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "0"
|
"Value": "0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_FIXED_FPS",
|
||||||
|
"Node": "MemFreq",
|
||||||
|
"Duration": 4000,
|
||||||
|
"Value": "1352000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_FIXED_FPS",
|
||||||
|
"Node": "CPUBigClusterMaxFreq",
|
||||||
|
"Duration": 4000,
|
||||||
|
"Value": "9999999"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_FIXED_FPS",
|
||||||
|
"Node": "CPUBigClusterMinFreq",
|
||||||
|
"Duration": 4000,
|
||||||
|
"Value": "1106000"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "FIXED_PERFORMANCE",
|
"PowerHint": "FIXED_PERFORMANCE",
|
||||||
"Node": "CPUBigClusterMaxFreq",
|
"Node": "CPUBigClusterMaxFreq",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue