summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMao Lee <chengmaolee@google.com>2023-03-16 14:51:04 +0800
committerMao Lee <chengmaolee@google.com>2023-03-16 14:56:21 +0800
commitace8ff69fc21f7920cb31afa670448893fe29892 (patch)
tree52113cae6f1f2befada0cdff7ea9cf6e94f44a89
parent0a2b19ccaf619e183f4a417469080fc2292d7e69 (diff)
Camera: Add the property to raise the thermal severity to moderate for CPU throttling.
Bug: 269029244 Test: GCA, CTS Change-Id: I316a49bc8561db0a8e87f0c4a7dc844a23f23b1e
-rw-r--r--device-lynx.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device-lynx.mk b/device-lynx.mk
index 4dd44ac..1b31191 100644
--- a/device-lynx.mk
+++ b/device-lynx.mk
@@ -227,7 +227,8 @@ PRODUCT_COPY_FILES += \
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
+ persist.vendor.camera.raise_buf_allocation_priority=1 \
+ persist.vendor.camera.start_cpu_throttling_at_moderate_thermal=1
# Enable camera 1080P 60FPS binning mode
PRODUCT_VENDOR_PROPERTIES += \