Merge "Camera: Add the property and create the power hint to adjust backend min clock for 120fps video stream" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-08-20 10:43:28 +00:00 committed by Android (Google) Code Review
commit c5030ec18e
2 changed files with 15 additions and 0 deletions

View file

@ -64,6 +64,7 @@ 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.adjust_backend_min_freq_for_video_120fps=1 \
vendor.camera.debug.enable_software_post_sharpen_node=false \ vendor.camera.debug.enable_software_post_sharpen_node=false \
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false

View file

@ -425,6 +425,7 @@
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq", "Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
"Values": [ "Values": [
"664000", "664000",
"233000",
"67000" "67000"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -434,6 +435,7 @@
"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",
"Values": [ "Values": [
"664000", "664000",
"233000",
"67000" "67000"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -1977,6 +1979,18 @@
"Duration": 0, "Duration": 0,
"Value": "302000" "Value": "302000"
}, },
{
"PowerHint": "CAMERA_ADJUST_BACKEND_MIN_FREQ",
"Node": "INTCAMFreq",
"Duration": 0,
"Value": "233000"
},
{
"PowerHint": "CAMERA_ADJUST_BACKEND_MIN_FREQ",
"Node": "TNRFreq",
"Duration": 0,
"Value": "233000"
},
{ {
"PowerHint": "FIXED_PERFORMANCE", "PowerHint": "FIXED_PERFORMANCE",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",